mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Fixes 2 platform problems (#92475)
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user