From b9874e00b0a68ee8f2f075c852e19e1cf60a1930 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 4 Mar 2019 08:42:51 +0100 Subject: [PATCH] Preparing of the fool. Egg. --- code/game/turfs/space/space.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/turfs/space/space.dm b/code/game/turfs/space/space.dm index 13368bb7ed..a4b8ef2651 100644 --- a/code/game/turfs/space/space.dm +++ b/code/game/turfs/space/space.dm @@ -11,6 +11,10 @@ /turf/space/initialize() . = ..() + /* + if(Holiday == "April Fool's Day") //CHOMPEDIT: let's have some fun~ + icon = 'icons/turf/vorespace.dmi' + */ if(!keep_sprite) icon_state = "[((x + y) ^ ~(x * y) + z) % 25]" update_starlight()