Skip to content

Commit

Permalink
[MIRROR] Fix doors missing icons in map editors
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SierraHelper committed Dec 20, 2023
1 parent 91ba398 commit 22608c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/airlock.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/obj/machinery/door/airlock
name = "airlock"
icon = 'icons/obj/doors/station/door.dmi'
icon_state = "preview"
icon_state = "closed"
power_channel = ENVIRON
interact_offline = FALSE

Expand Down

0 comments on commit 22608c1

Please sign in to comment.