mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
runtime in explosions/organs
This commit is contained in:
@@ -400,7 +400,7 @@ var/list/organ_cache = list()
|
||||
if(istype(owner))
|
||||
var/datum/reagent/blood/organ_blood = locate(/datum/reagent/blood) in reagents.reagent_list
|
||||
if(!organ_blood || !organ_blood.data["blood_DNA"])
|
||||
owner.vessel.trans_to(src, 5, 1, 1)
|
||||
owner.vessel?.trans_to(src, 5, 1, 1)
|
||||
|
||||
if(owner && vital)
|
||||
if(user)
|
||||
|
||||
Reference in New Issue
Block a user