mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Remove world output debug shit
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
/mob/living/simple_animal/Life()
|
||||
|
||||
if(..())
|
||||
world << "Animal [src] Life() passed ..()"
|
||||
if(!ckey)
|
||||
handle_automated_movement()
|
||||
handle_automated_action()
|
||||
@@ -590,4 +589,4 @@
|
||||
resize = RESIZE_DEFAULT_SIZE
|
||||
|
||||
if(changed)
|
||||
animate(src, transform = ntransform, time = 2, easing = EASE_IN|EASE_OUT)
|
||||
animate(src, transform = ntransform, time = 2, easing = EASE_IN|EASE_OUT)
|
||||
|
||||
Reference in New Issue
Block a user