mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/obj/item/inflatable/cyborg
|
||||
name = "inflatable wall"
|
||||
desc = "A folded membrane which rapidly expands into a large cubical shape on activation."
|
||||
var/power_use = 400
|
||||
var/structure_type = /obj/structure/inflatable
|
||||
/// How long it takes to inflate
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
var/list/part = null
|
||||
var/sabotaged = FALSE //Emagging limbs can have repercussions when installed as prosthetics.
|
||||
var/model_info = "Unbranded"
|
||||
dir = SOUTH
|
||||
|
||||
/obj/item/robot_parts/New(newloc, model)
|
||||
..(newloc)
|
||||
|
||||
Reference in New Issue
Block a user