Skip to content

Commit

Permalink
Fix9
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed Oct 11, 2024
1 parent c699f24 commit 11d1a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/doors/unpowered.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/obj/machinery/door/unpowered/shuttle
icon = 'icons/turf/shuttle.dmi'
name = "door"
icon_state = "door_closed"
icon_state = "door1"
opacity = 1
density = 1

Expand All @@ -29,7 +29,7 @@
name = "Vent Shaft"
desc = "Used to hide ugly pipes and cabels."
icon = 'icons/obj/doors/doormorgue.dmi'
icon_state = "door_closed"
icon_state = "door1"

/obj/machinery/door/unpowered/vent_shaft/inoperable(additional_flags = 0)
return (stat & (BROKEN|additional_flags))
2 changes: 1 addition & 1 deletion code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@

/obj/effect/foam_dart_dummy
name = "foam dart dummy"
desc = "Foam Dart Dummy: A simple target to practice your dart shooting skills."
desc = "foam dart dummy: A simple target to practice your dart shooting skills."
icon = 'icons/obj/toy.dmi'
icon_state = "null"
anchored = 1
Expand Down

0 comments on commit 11d1a84

Please sign in to comment.