mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
[MIRROR] Turns Changeling Headslugs into a Basic Mob [MDB IGNORE] (#21690)
* Turns Changeling Headslugs into a Basic Mob * fix --------- Co-authored-by: san7890 <the@san7890.com> Co-authored-by: ghost sheep <sheepwiththemask@gmail.com>
This commit is contained in:
@@ -48,10 +48,10 @@
|
||||
|
||||
/// Dead headcrab for changeling-themed ruins
|
||||
/obj/effect/mob_spawn/corpse/headcrab
|
||||
mob_type = /mob/living/simple_animal/hostile/headcrab
|
||||
mob_type = /mob/living/basic/headslug
|
||||
icon = 'icons/mob/simple/animal.dmi'
|
||||
icon_state = "headcrab_dead"
|
||||
icon_state = "headslug_dead"
|
||||
|
||||
/obj/effect/mob_spawn/corpse/headcrab/special(mob/living/simple_animal/hostile/headcrab/crab)
|
||||
/obj/effect/mob_spawn/corpse/headcrab/special(mob/living/basic/headslug/crab)
|
||||
. = ..()
|
||||
crab.egg_lain = TRUE // Prevents using mad science to become a changeling
|
||||
|
||||
Reference in New Issue
Block a user