mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Adds deer taur.
-Adds dual color deer taur. -Sort of fits the lizardtaur saddlebag gear as well so I lazily made it accept the deer too for now.
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
else
|
||||
slowdown = initial(slowdown)
|
||||
return 1
|
||||
if(istype(H) && istype(TT, /datum/sprite_accessory/tail/taur/drake))
|
||||
if(istype(H) && istype(TT, /datum/sprite_accessory/tail/taur/drake) || istype(TT, /datum/sprite_accessory/tail/taur/deer))
|
||||
item_state = "[icon_base]_Drake"
|
||||
if(H.size_multiplier >= RESIZE_BIG) //Are they a macro?
|
||||
slowdown = 0
|
||||
|
||||
Reference in New Issue
Block a user