Fixes 2 platform problems (#92475)

This commit is contained in:
SyncIt21
2025-08-10 22:06:49 +02:00
committed by GitHub
parent 7a10286e34
commit 486b314a4a
+2 -2
View File
@@ -1,4 +1,4 @@
#define PLATFORM_BASE_MATERIAL_AMOUNT 2000
#define PLATFORM_BASE_MATERIAL_AMOUNT (2 * SHEET_MATERIAL_AMOUNT)
/// A raised platform you can stand on top of
/obj/structure/platform
@@ -21,7 +21,7 @@
/// Icon used for the frame
var/frame_icon = 'icons/obj/smooth_structures/platform/frame_faces/window_frame_normal.dmi'
/// Material used in our construction
var/sheet_type = /obj/item/stack/sheet/iron
var/sheet_type = null
/// Count of sheets used in our construction
var/sheet_amount = 2
/// What footstep do we use?