mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Update sprite_accessories_taur_vr.dm
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
var/datum/sprite_accessory/tail/taur/ridertype = H.tail_style
|
||||
if(ridertype.can_ride)
|
||||
if(istype(ridertype, /datum/sprite_accessory/tail/taur/naga) || istype(ridertype, /datum/sprite_accessory/tail/taur/slug))
|
||||
to_chat(src,"<span class='warning'>Too many legs. TOO FEW LEGS!!</span>")
|
||||
to_chat(src,"<span class='warning'>Too few legs. TOO FEW LEGS!!</span>")
|
||||
return FALSE
|
||||
to_chat(src,"<span class='warning'>Too many legs. TOO MANY LEGS!!</span>")
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user