mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Phased entities size interaction (#7366)
This commit is contained in:
@@ -251,6 +251,8 @@
|
||||
var/datum/sprite_accessory/tail/taur/tail = H.tail_style
|
||||
src_message = tail.msg_prey_stepunder
|
||||
tmob_message = tail.msg_owner_stepunder
|
||||
if(tmob.is_incorporeal()) // CHOMPEdit - Can't run between what's not there
|
||||
return TRUE
|
||||
|
||||
if(src_message)
|
||||
to_chat(src, "<span class='filter_notice'>[STEP_TEXT_OWNER(src_message)]</span>")
|
||||
|
||||
Reference in New Issue
Block a user