mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Handcuffs removes pull verb (#96276)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
initial_language_holder = /datum/language_holder/empty
|
||||
can_buckle_to = FALSE
|
||||
damage_coeff = list(BRUTE = 1, BURN = 1, TOX = 1, STAMINA = 0, OXY = 1)
|
||||
pull_force = 0
|
||||
pull_force = MOVE_FORCE_NONE
|
||||
/// Size of cloud produced from a dying spore
|
||||
var/death_cloud_size = BLOBMOB_CLOUD_NONE
|
||||
var/loot = /obj/item/food/spore_sack
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
pass_flags = PASSMOB
|
||||
move_force = 0
|
||||
move_resist = 0
|
||||
pull_force = 0
|
||||
pull_force = MOVE_FORCE_NONE
|
||||
minimum_survivable_temperature = TCMB
|
||||
maximum_survivable_temperature = INFINITY
|
||||
death_message = "fades out of existence!"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
minimum_survivable_temperature = 0
|
||||
maximum_survivable_temperature = 1500
|
||||
obj_damage = 0
|
||||
pull_force = 0
|
||||
pull_force = MOVE_FORCE_NONE
|
||||
environment_smash = ENVIRONMENT_SMASH_NONE
|
||||
|
||||
ai_controller = /datum/ai_controller/basic_controller/lightgeist
|
||||
|
||||
Reference in New Issue
Block a user