mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Removes datum redeclares (#23950)
* Removes datum redeclares * conflicts * thanks vsc * compile fix
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
/atom/movable
|
||||
var/can_buckle = FALSE
|
||||
var/buckle_lying = -1 //bed-like behaviour, forces mob.lying = buckle_lying if != -1
|
||||
var/buckle_requires_restraints = 0 //require people to be handcuffed before being able to buckle. eg: pipes
|
||||
var/list/buckled_mobs = null //list()
|
||||
var/buckle_offset = 0
|
||||
var/max_buckled_mobs = 1
|
||||
var/buckle_prevents_pull = FALSE
|
||||
var/can_be_unanchored = FALSE
|
||||
|
||||
//Interaction
|
||||
/atom/movable/attack_hand(mob/living/user)
|
||||
. = ..()
|
||||
|
||||
@@ -202,7 +202,6 @@
|
||||
result = list(/datum/nothing = 1,
|
||||
/mob/living/simple_animal/hostile/syndicate/melee/autogib/depot = 1)
|
||||
|
||||
|
||||
// Traps
|
||||
|
||||
/obj/effect/spawner/random_spawners/syndicate/trap
|
||||
|
||||
Reference in New Issue
Block a user