mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-11 07:02:32 +01:00
Remove a world.log print, change '0' to 'AUTOHISS_OFF' for clarity
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
return species.handle_autohiss(message, L, client.autohiss_mode)
|
||||
|
||||
/client
|
||||
var/autohiss_mode = 0
|
||||
var/autohiss_mode = AUTOHISS_OFF
|
||||
|
||||
/client/verb/toggle_autohiss()
|
||||
set name = "Toggle Auto-Hiss"
|
||||
@@ -88,8 +88,6 @@
|
||||
. += pick(map[min_char])
|
||||
message = copytext(message, min_index + 1)
|
||||
|
||||
for(var/x = 1 to length(.))
|
||||
world.log << "[x]: [.[x]]"
|
||||
return list2text(.)
|
||||
|
||||
#undef AUTOHISS_OFF
|
||||
|
||||
Reference in New Issue
Block a user