mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +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"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed the name of the fluff maintenance panels around the ship."
|
||||
Reference in New Issue
Block a user