From bff8f5222594b22b8f2497f38fc70c78f9de16d2 Mon Sep 17 00:00:00 2001 From: evilew Date: Mon, 20 Jan 2025 18:00:36 +0100 Subject: [PATCH] magehand fix it bled... --- GainStation13/code/mobs/chocoslime.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GainStation13/code/mobs/chocoslime.dm b/GainStation13/code/mobs/chocoslime.dm index bc37faca06..436fdb5a36 100644 --- a/GainStation13/code/mobs/chocoslime.dm +++ b/GainStation13/code/mobs/chocoslime.dm @@ -112,13 +112,14 @@ see_in_dark = 10 maxHealth = 20 health = 20 - del_on_death = TRUE + blood_volume = 0 //don't want it to bleed + del_on_death = TRUE //it's an apparition, shouldn't have a body movement_type = FLYING attack_verb_continuous = "pokes" attack_verb_simple = "pokes" a_intent = INTENT_HARM pass_flags = PASSTABLE - move_to_delay = 2 + move_to_delay = 2 //very fast attack_sound = 'sound/weapons/pulse.ogg' unique_name = 1 faction = list(ROLE_WIZARD)