mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Mobility refactor: UI, pull and lying down edition (#54078)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
max_integrity = 100
|
||||
buckle_lying = FALSE
|
||||
buckle_lying = 0
|
||||
layer = ABOVE_MOB_LAYER
|
||||
var/view_range = 2.5
|
||||
var/cooldown = 0
|
||||
|
||||
@@ -552,7 +552,7 @@
|
||||
smoothing_groups = null
|
||||
canSmoothWith = null
|
||||
can_buckle = 1
|
||||
buckle_lying = -1
|
||||
buckle_lying = NO_BUCKLE_LYING
|
||||
buckle_requires_restraints = TRUE
|
||||
var/mob/living/carbon/human/patient = null
|
||||
var/obj/machinery/computer/operating/computer = null
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
flags_1 = CONDUCT_1
|
||||
can_buckle = TRUE
|
||||
max_buckled_mobs = 1
|
||||
buckle_lying = FALSE
|
||||
buckle_lying = 0
|
||||
var/obj/item/target/pinned_target
|
||||
|
||||
/obj/structure/target_stake/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user