Handcuffs removes pull verb (#96276)

This commit is contained in:
John Willard
2026-06-04 15:34:28 -04:00
committed by GitHub
parent 60d776683f
commit e094b84448
9 changed files with 23 additions and 11 deletions
@@ -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