Fixes full rod stack splitting giving another full stack. (#15465)

This commit is contained in:
Matt Atlas
2022-12-30 15:25:51 +01:00
committed by GitHub
parent b21d5af6be
commit 4e32bddb4b
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -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()
. = ..()