Merge pull request #10053 from farie82/drop-items-spacepod

Items dropped in a pod will now stay in the pod.
This commit is contained in:
variableundefined
2018-10-30 07:54:48 +08:00
committed by GitHub
+3
View File
@@ -199,6 +199,9 @@
deal_damage(P.damage)
P.on_hit(src)
/obj/spacepod/AllowDrop()
return TRUE
/obj/spacepod/blob_act()
deal_damage(30)
return