Fixes and updates pod's emergency suits storage.

This commit is contained in:
Ghommie
2019-06-02 18:28:30 +02:00
parent a6a54219fe
commit d6e54bf237
8 changed files with 52 additions and 44 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
if(isturf(A))
return
if(istype(A,/obj/item/storage/lockbox))
if(istype(A,/obj/item/storage/lockbox) || istype(A, /obj/item/storage/pod)))
A.emag_act(user)
uses = max(uses - 1, 0)
if(!uses)