Skip to content

Commit

Permalink
Slight organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Coll6 committed Nov 30, 2024
1 parent fe79843 commit 45d2eee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions monkestation/code/modules/smithing/oozelings/body/organs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@

var/datum/action/cooldown/membrane_murmur/membrane_mur

/obj/item/organ/internal/brain/slime/Destroy(force)
QDEL_NULL(membrane_mur)
return ..()

/obj/item/organ/internal/brain/slime/Initialize(mapload, mob/living/carbon/organ_owner, list/examine_list)
. = ..()
membrane_mur = new /datum/action/cooldown/membrane_murmur()
colorize()
transform.Scale(2, 2)

/obj/item/organ/internal/brain/slime/Destroy(force)
QDEL_NULL(membrane_mur)
return ..()

/obj/item/organ/internal/brain/slime/examine()
. = ..()
if(gps_active)
Expand Down

0 comments on commit 45d2eee

Please sign in to comment.