mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
add CI check for exploitable recycle costs (#30286)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user