mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Fixes full rod stack splitting giving another full stack. (#15465)
This commit is contained in:
@@ -34,6 +34,7 @@ var/global/list/datum/stack_recipe/rod_recipes = list(
|
||||
max_amount = 60
|
||||
attack_verb = list("hit", "bludgeoned", "whacked")
|
||||
lock_picking_level = 3
|
||||
stacktype = /obj/item/stack/rods
|
||||
|
||||
/obj/item/stack/rods/full/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user