Removes some unused code. (#37449)

This commit is contained in:
AnturK
2018-04-27 17:32:56 +02:00
committed by CitadelStationBot
parent ab3c55ab23
commit b8bb30d3de
2 changed files with 0 additions and 16 deletions
-13
View File
@@ -506,22 +506,9 @@
return
show_inv(usr)
/mob/proc/is_active()
return (0 >= usr.stat)
/mob/proc/is_muzzled()
return 0
/mob/proc/see(message)
if(!is_active())
return 0
to_chat(src, message)
return 1
/mob/proc/show_viewers(message)
for(var/mob/M in viewers())
M.see(message)
/mob/Stat()
..()