mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 21:23:58 +01:00
[MIRROR] move fbp to defines (#11332)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
43253a58b8
commit
345661ed8a
@@ -291,9 +291,9 @@ var/list/organ_cache = list()
|
||||
handle_organ_mod_special()
|
||||
if(!ignore_prosthetic_prefs && owner && owner.client && owner.client.prefs && owner.client.prefs.real_name == owner.real_name)
|
||||
var/status = owner.client.prefs.organ_data[organ_tag]
|
||||
if(status == "assisted")
|
||||
if(status == FBP_ASSISTED)
|
||||
mechassist()
|
||||
else if(status == "mechanical")
|
||||
else if(status == FBP_MECHANICAL)
|
||||
robotize()
|
||||
|
||||
/obj/item/organ/proc/is_damaged()
|
||||
|
||||
Reference in New Issue
Block a user