Skip to content

Commit

Permalink
Survival pod storage wrench fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanalphen committed Jul 8, 2019
1 parent 10ef231 commit 22693b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mining/equipment/survival_pod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@
/obj/machinery/smartfridge/survival_pod/accept_check(obj/item/O)
return isitem(O)

/obj/machinery/smartfridge/survival_pod/default_unfasten_wrench()
return FALSE

/obj/machinery/smartfridge/survival_pod/empty
name = "dusty survival pod storage"
desc = "A heated storage unit. This one's seen better days."
Expand Down

0 comments on commit 22693b4

Please sign in to comment.