Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b55d1e5

Browse files
authored
crabcode (#21439)
1 parent 3ad98e7 commit b55d1e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

code/datums/diseases/transformation.dm

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,22 @@
287287
new_form = /mob/living/simple_animal/hostile/morph
288288
infectable_biotypes = MOB_ORGANIC|MOB_INORGANIC|MOB_UNDEAD //magic!
289289

290+
/datum/disease/transformation/morph
291+
name = "Carcinization"
292+
cure_text = /datum/reagent/cellulose
293+
cures = list(/datum/reagent/cellulose) // opposite of crab = barc = bark = cellulose
294+
agent = "Carcinization"
295+
desc = "Nature's next attempt to evolve you into a crab."
296+
stage_prob = 20
297+
severity = DISEASE_SEVERITY_BIOHAZARD
298+
visibility_flags = 0
299+
stage1 = list("Your hands itch.")
300+
stage2 = list("Your skin feels crusty.")
301+
stage3 = list(span_danger("Your hands are forming into claws."), span_danger("Your limbs begin to become crablike."))
302+
stage4 = list(span_danger("You're raveing."))
303+
stage5 = list(span_danger("You have become a crab."))
304+
new_form = /mob/living/simple_animal/crab
305+
290306
/datum/disease/transformation/ghost
291307
name = "Spectral Curse"
292308
cure_text = "Holy Water"

0 commit comments

Comments
 (0)