mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
So Long and Thanks For All The Fish (#10061)
Cleanable messes that appear on space tiles now fade away in five seconds. Ported from NebulaSS13/Nebula#899
This commit is contained in:
@@ -25,4 +25,9 @@
|
||||
icon_state = pick(src.random_icon_states)
|
||||
. = ..()
|
||||
if (!mapload && ROUND_IS_STARTED)
|
||||
SSfeedback.IncrementSimpleStat("messes_made")
|
||||
SSfeedback.IncrementSimpleStat("messes_made")
|
||||
|
||||
var/turf/T = get_turf(src)
|
||||
if(T.is_space())
|
||||
animate(src, alpha = 0, time = 5 SECONDS)
|
||||
QDEL_IN(src, 5 SECONDS)
|
||||
Reference in New Issue
Block a user