add CI check for exploitable recycle costs (#30286)

This commit is contained in:
warriorstar-orion
2025-09-04 07:00:12 +00:00
committed by GitHub
parent 3b7af6c771
commit 7022365e53
11 changed files with 76 additions and 8 deletions
@@ -222,6 +222,7 @@
icon_state = "knife-cheese"
materials = list(MAT_METAL = 4000)
force = 3
materials = list(MAT_METAL = 4000)
/obj/item/kitchen/knife/pizza_cutter
name = "pizza cutter"
@@ -229,6 +230,7 @@
icon_state = "pizza_cutter"
materials = list(MAT_METAL = 10000)
force = 8
materials = list(MAT_METAL = 10000)
/*
* Rolling Pins
@@ -138,6 +138,7 @@
throw_speed = 3
throw_range = 4
w_class = WEIGHT_CLASS_NORMAL
materials = list(MAT_GLASS = 4000, MAT_METAL = 1000)
/obj/item/shield/riot/tele/add_parry_component()
AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.7, _parryable_attack_types = ALL_ATTACK_TYPES, _parry_cooldown = (5 / 3) SECONDS, _requires_activation = TRUE)