mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
WIP fix of this PR
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
var/mob/living/carbon/human/H = src
|
||||
if(H.flying)
|
||||
return TRUE //Silently pass without a message.
|
||||
if(isTaurTail(H.tail_style))
|
||||
if(istaurtail(H.tail_style))
|
||||
var/datum/sprite_accessory/tail/taur/tail = H.tail_style
|
||||
src_message = tail.msg_owner_help_run
|
||||
tmob_message = tail.msg_prey_help_run
|
||||
@@ -223,7 +223,7 @@
|
||||
src_message = "You run between [tmob]'s legs."
|
||||
tmob_message = "[src] runs between your legs."
|
||||
var/mob/living/carbon/human/H = tmob
|
||||
if(isTaurTail(H.tail_style))
|
||||
if(istaurtail(H.tail_style))
|
||||
var/datum/sprite_accessory/tail/taur/tail = H.tail_style
|
||||
src_message = tail.msg_prey_stepunder
|
||||
tmob_message = tail.msg_owner_stepunder
|
||||
@@ -304,7 +304,7 @@
|
||||
var/message_pred = null
|
||||
var/message_prey = null
|
||||
var/datum/sprite_accessory/tail/taur/tail = null
|
||||
if(isTaurTail(pred.tail_style))
|
||||
if(istaurtail(pred.tail_style))
|
||||
tail = pred.tail_style
|
||||
|
||||
if(a_intent == I_GRAB)
|
||||
|
||||
Reference in New Issue
Block a user