mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Ian can now wear a clown hat.
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
/obj/item/clothing/head/wizard/fake, /obj/item/clothing/head/wizard, /obj/item/clothing/head/collectable/wizard,
|
||||
/obj/item/clothing/head/cardborg, /obj/item/weapon/bedsheet, /obj/item/clothing/head/helmet/space/santahat,
|
||||
/obj/item/clothing/head/soft, /obj/item/clothing/head/hardhat/reindeer, /obj/item/clothing/head/sombrero,
|
||||
/obj/item/clothing/head/hopcap, /obj/item/clothing/head/helmet/space/hardsuit/deathsquad)
|
||||
/obj/item/clothing/head/hopcap, /obj/item/clothing/head/helmet/space/hardsuit/deathsquad, /obj/item/clothing/mask/gas/clown_hat)
|
||||
valid = 1
|
||||
|
||||
if(valid)
|
||||
@@ -375,6 +375,12 @@
|
||||
name = "Trooper [real_name]"
|
||||
desc = "That's not red paint. That's real corgi blood."
|
||||
|
||||
if(/obj/item/clothing/mask/gas/clown_hat)
|
||||
name = "[real_name] the Clown"
|
||||
desc = "Honkman's best friend."
|
||||
speak = list("HONK!", "Honk!")
|
||||
emote_see = list("plays tricks.", "slips.")
|
||||
|
||||
//IAN! SQUEEEEEEEEE~
|
||||
/mob/living/simple_animal/pet/dog/corgi/Ian
|
||||
name = "Ian"
|
||||
|
||||
Reference in New Issue
Block a user