Merge pull request #8518 from Ghommie/Ghommie-cit27

Fixes and updates pod's emergency suits storage.
This commit is contained in:
kevinz000
2019-06-05 01:41:23 -07:00
committed by GitHub
9 changed files with 53 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)