mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-24 05:26:37 +01:00
Merge pull request #881 from ArchieBeepBoop/ratswearetherats
SS13 - The Rat Update (Store mice in Chef hats + Regal Rats)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user