mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
March into Mapness: Meateor (#74070)
This commit is contained in:
@@ -86,6 +86,19 @@
|
||||
id = /obj/item/card/id/advanced/chameleon
|
||||
id_trim = /datum/id_trim/chameleon/operative
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/tigercultist
|
||||
name = "Tiger Cooperative Cultist"
|
||||
outfit = /datum/outfit/tigercultcorpse
|
||||
|
||||
/datum/outfit/tigercultcorpse
|
||||
name = "Tiger Cooperative Corpse"
|
||||
uniform = /obj/item/clothing/under/rank/civilian/chaplain
|
||||
suit = /obj/item/clothing/suit/hooded/chaplain_hoodie
|
||||
shoes = /obj/item/clothing/shoes/laceup
|
||||
neck = /obj/item/clothing/neck/fake_heretic_amulet
|
||||
head = /obj/item/clothing/head/hooded/chaplain_hood
|
||||
back = /obj/item/storage/backpack/cultpack
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/pirate
|
||||
name = "Pirate"
|
||||
skin_tone = "caucasian1" //all pirates are white because it's easier that way
|
||||
|
||||
@@ -43,3 +43,13 @@
|
||||
mob_type = /mob/living/simple_animal/hostile/asteroid/goliath/beast
|
||||
icon = 'icons/mob/simple/lavaland/lavaland_monsters.dmi'
|
||||
icon_state = "goliath_dead_helper"
|
||||
|
||||
/// Dead headcrab for changeling-themed ruins
|
||||
/obj/effect/mob_spawn/corpse/headcrab
|
||||
mob_type = /mob/living/simple_animal/hostile/headcrab
|
||||
icon = 'icons/mob/simple/animal.dmi'
|
||||
icon_state = "headcrab_dead"
|
||||
|
||||
/obj/effect/mob_spawn/corpse/headcrab/special(mob/living/simple_animal/hostile/headcrab/crab)
|
||||
. = ..()
|
||||
crab.egg_lain = TRUE // Prevents using mad science to become a changeling
|
||||
|
||||
Reference in New Issue
Block a user