mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Butt Surgery Step 1 now uses Circular Saw
- Should fix butt surgery sometimes starting when trying to do appendectomy (both use scalpel as their first step)
This commit is contained in:
@@ -15,9 +15,8 @@
|
||||
|
||||
/datum/surgery_step/butt/slice_cheek
|
||||
allowed_tools = list(
|
||||
/obj/item/weapon/scalpel = 100, \
|
||||
/obj/item/weapon/kitchenknife = 75, \
|
||||
/obj/item/weapon/shard = 50, \
|
||||
/obj/item/weapon/circular_saw = 100, \
|
||||
/obj/item/weapon/hatchet = 75
|
||||
)
|
||||
|
||||
min_duration = 50
|
||||
|
||||
Reference in New Issue
Block a user