Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes the open simulated turf to be SOMETHING NOT HORRIBLY EYE SEARING #5735

Merged
merged 4 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion code/modules/multiz/open_turf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/turf/simulated/open
name = "open space"
icon = 'icons/turf/space.dmi'
icon_state = ""
icon_state = "opendebug"
density = FALSE
pathweight = INFINITY //Seriously, don't try and path over this one numbnuts
can_build_into_floor = TRUE
Expand All @@ -14,6 +14,7 @@

/turf/simulated/open/Initialize(mapload)
. = ..()
icon_state = ""
ASSERT(HasBelow(z))
queue()

Expand Down
Binary file modified icons/turf/space.dmi
Binary file not shown.