mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 15:03:48 +00:00
Resolves a missing implementation of the new item removal proc.
This commit is contained in:
@@ -132,11 +132,17 @@
|
||||
|
||||
if(tank)
|
||||
tank.canremove = 1
|
||||
tank.forceMove(src)
|
||||
H = tank.loc
|
||||
if(istype(H))
|
||||
if(tank && H.s_store == tank)
|
||||
H.removeItem(tank, src)
|
||||
|
||||
if(cooler)
|
||||
cooler.canremove = 1
|
||||
cooler.forceMove(src)
|
||||
H = cooler.loc
|
||||
if(istype(H))
|
||||
if(cooler && H.s_store == cooler)
|
||||
H.removeItem(cooler, src)
|
||||
|
||||
/obj/item/clothing/suit/space/void/verb/toggle_helmet()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user