mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Revives Organ Datumization (#23397)
* first runthrough lol * okay make this shit actually work * nerfs slime people * fixes * more changes * fix * bim bim bam bam * ok back in the head becuz i dont give a shit * Sirryan review * Sirryan review * Fixes CI * Stealthy CI fail --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
/mob/living/carbon/get_int_organ(typepath)
|
||||
return (locate(typepath) in internal_organs)
|
||||
|
||||
/mob/living/carbon/proc/get_int_organ_datum(tag_to_check)
|
||||
RETURN_TYPE(/datum/organ)
|
||||
return internal_organ_datums[tag_to_check]
|
||||
|
||||
|
||||
/mob/living/carbon/get_organs_zone(zone, subzones = 0)
|
||||
var/list/returnorg = list()
|
||||
|
||||
Reference in New Issue
Block a user