Skip to content

Commit

Permalink
:^)
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed Oct 18, 2024
1 parent 3d5c949 commit 2decc7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/doors/door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@

/obj/machinery/door/on_update_icon()
if(density)
icon_state = "door_closed"
icon_state = "door1"
else
icon_state = "door_open"
icon_state = "door0"
return


Expand Down Expand Up @@ -398,7 +398,7 @@
operating = TRUE

do_animate("opening")
icon_state = "door_opening"
icon_state = "door0"
set_opacity(FALSE)
if(filler)
filler.set_opacity(opacity)
Expand Down

0 comments on commit 2decc7c

Please sign in to comment.