mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Stairs DLC: Buildable stairs, material datum staircases, fall up a staircase [MDB IGNORE] (#16925)
* Stairs DLC: Buildable stairs, material datum staircases, fall up a staircase (#70504) Adds a few new types of stairs, and makes stairs buildable within rounds. Also removes the terminator sprite variation for stairs, because its basically unused and really not needed with plane cube multiz. * Stairs DLC: Buildable stairs, material datum staircases, fall up a staircase Co-authored-by: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com>
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
var/has_unique_girder = FALSE
|
||||
/// What typepath table we create from this stack
|
||||
var/obj/structure/table/tableVariant
|
||||
/// What typepath stairs do we create from this stack
|
||||
var/obj/structure/stairs/stairs_type
|
||||
/// If TRUE, we'll use a radial instead when displaying recipes
|
||||
var/use_radial = FALSE
|
||||
/// If use_radial is TRUE, this is the radius of the radial
|
||||
|
||||
Reference in New Issue
Block a user