mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 20:46:55 +01:00
Regal Rats + Mice in hat
This commit is contained in:
committed by
Archie
parent
58f4a85c69
commit
5cca6129a5
@@ -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