mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes the fluff maint panel names (#21815)
As per the title. Removes the _ that was in the name.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user