mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Fix invincible spiderbots and cryo bags
This commit is contained in:
@@ -64,6 +64,7 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
|
||||
life_tick++
|
||||
var/datum/gas_mixture/environment = loc.return_air()
|
||||
|
||||
in_stasis = 0
|
||||
if(istype(loc, /obj/structure/closet/body_bag/cryobag))
|
||||
var/obj/structure/closet/body_bag/cryobag/loc_as_cryobag = loc
|
||||
if(!loc_as_cryobag.opened)
|
||||
|
||||
@@ -212,8 +212,9 @@
|
||||
if(camera)
|
||||
camera.status = 0
|
||||
|
||||
held_item.loc = src.loc
|
||||
held_item = null
|
||||
if(held_item)
|
||||
held_item.forceMove(src.loc)
|
||||
held_item = null
|
||||
|
||||
robogibs(src.loc, viruses)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user