mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
comment out panicwriter and saytesting
This commit is contained in:
@@ -43,7 +43,7 @@ var/list/exception = list(
|
||||
|
||||
proc/getFlatIcon(atom/A, dir, cache=1, exact=0) // 1 = use cache, 2 = override cache, 0 = ignore cache //exact = 1 means the atom won't be rotated if it's a lying mob/living/carbon
|
||||
|
||||
writepanic("[__FILE__].[__LINE__] \\/proc/getFlatIcon() called tick#: [world.time]")
|
||||
//writepanic("[__FILE__].[__LINE__] \\/proc/getFlatIcon() called tick#: [world.time]")
|
||||
|
||||
var/list/layers = list() // Associative list of [overlay = layer]
|
||||
var/hash = "" // Hash of overlay combination
|
||||
|
||||
Reference in New Issue
Block a user