Simple mob port [IDB IGNORE] (#18236)

* first adjustements

* few more

* construct

* next

* next set

* next

* next

* next

* next

* next

* .

* last non modular set

* make it compile

* .

* .

* change that

* synx

* teamush

* override fix

* TEAMUSH

* adds organ sell element

* adds pick color

* get rid of these chompcomments

* removes chomp comments

* Update gaslamp_vr.dm

* zipgun

* zip and synx

* fixes synx

* Update topic.dm

* move the trash verbs

* .

* .

* .

* port

* Update rakshasa_trap.dm

* Update slug.dm

---------

Co-authored-by: C.L. <killer65311@gmail.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
Kashargul
2025-08-22 17:24:51 -04:00
committed by GitHub
co-authored by C.L. Selis
parent b3dc803f6f
commit 6f1d6c524d
292 changed files with 11741 additions and 242 deletions
@@ -4,6 +4,13 @@
/obj/item/organ/internal
var/dead_icon // Icon to use when the organ has died.
var/supply_conversion_value = 0
/obj/item/organ/internal/Initialize(mapload, internal)
. = ..()
if(supply_conversion_value)
AddElement(/datum/element/sellable/organ)
/obj/item/organ/internal/die()
..()
if((status & ORGAN_DEAD) && dead_icon)