Merge pull request #881 from ArchieBeepBoop/ratswearetherats

SS13 - The Rat Update (Store mice in Chef hats + Regal Rats)
This commit is contained in:
QuoteFox
2021-01-16 03:48:26 +00:00
committed by GitHub
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"