mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Sky, that was there for a reason (fixing horrible runtimes everywhere)
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
M.show_message(rendered, 2)
|
||||
|
||||
/mob/proc/say_understands(var/mob/other)
|
||||
// if(!other)
|
||||
// return 1
|
||||
if(!other)
|
||||
return 1
|
||||
if (src.stat == 2)
|
||||
return 1
|
||||
else if (istype(other, src.type))
|
||||
|
||||
Reference in New Issue
Block a user