Regal Rats + Mice in hat

This commit is contained in:
Timothy Teakettle
2021-01-15 21:18:12 -03:00
committed by Archie
parent 58f4a85c69
commit 5cca6129a5
14 changed files with 356 additions and 1 deletions
+7
View File
@@ -13,6 +13,7 @@
strip_delay = 10
equip_delay_other = 10
dynamic_hair_suffix = ""
pocket_storage_component_path = /datum/component/storage/concrete/pockets/chefhat
dog_fashion = /datum/dog_fashion/head/chef
/obj/item/clothing/head/chefhat/suicide_act(mob/user)
@@ -24,6 +25,12 @@
playsound(user, 'sound/machines/ding.ogg', 50, 1)
return(FIRELOSS)
/obj/item/clothing/head/chefhat/relaymove(mob/user, direction)
if(!istype(user, /mob/living/simple_animal/mouse) || !isliving(loc) || !prob(20))
return
var/mob/living/L = loc
step_towards(L, get_step(L, direction))
//Captain
/obj/item/clothing/head/caphat
name = "captain's hat"