mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
VV Attack Log Fix
VV is no longer color blind friendly. We have color on our attack logs now. thank tiger for providing code cause fuck that i would've ever fixed this lol
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
|
||||
/datum/proc/vv_get_var(var_name)
|
||||
switch(var_name)
|
||||
if("attack_log")
|
||||
return debug_variable(var_name, vars[var_name], 0, src, sanitize = FALSE)
|
||||
if("vars")
|
||||
return debug_variable(var_name, list(), 0, src)
|
||||
return debug_variable(var_name, vars[var_name], 0, src)
|
||||
|
||||
Reference in New Issue
Block a user