mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fixes Plastitanium glass duplication (#74804)
## About The Pull Request Plastitanium glass no longer always creates stacks of 50, this was caused by an accidental overload with the presized stacks used for mapping. Fixes #74802 ## Changelog 🆑 fix: Plastitanium glass no longer always creates stacks of 50 /🆑
This commit is contained in:
@@ -256,7 +256,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(
|
||||
merge_type = /obj/item/stack/sheet/plastitaniumglass
|
||||
tableVariant = /obj/structure/table/reinforced/plastitaniumglass
|
||||
|
||||
/obj/item/stack/sheet/plastitaniumglass
|
||||
/obj/item/stack/sheet/plastitaniumglass/fifty
|
||||
amount = 50
|
||||
|
||||
/datum/armor/sheet_plastitaniumglass
|
||||
|
||||
Reference in New Issue
Block a user