Fixes the fluff maint panel names (#21815)

As per the title. Removes the _ that was in the name.
This commit is contained in:
Casper3667
2026-02-06 21:26:06 +01:00
committed by GitHub
parent 078badbd89
commit c098caad87
2 changed files with 7 additions and 1 deletions
@@ -52,7 +52,7 @@ ABSTRACT_TYPE(/obj/structure/engineer_maintenance)
. = ..()
// Floor panels are smaller and should be layered beneath dropped objects other structures.
if(panel_location == PANEL_LOCATION_FLOOR)
name = "maintenance_panel"
name = "maintenance panel"
layer = EXPOSED_WIRE_TERMINAL_LAYER
else
name = "large maintenance panel"
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- bugfix: "Fixed the name of the fluff maintenance panels around the ship."