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()