mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 05:36:19 +01:00
Signal Ace Lathing Fix
Fixes the bug where the creation of the Signal Ace 2 cartridge in the protolathe causes a crash of the menus.
This commit is contained in:
@@ -1968,7 +1968,7 @@ datum/design/cart_toxins
|
||||
req_tech = list("engineering" = 2, "powerstorage" = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 50, "$glass" = 50)
|
||||
build_path = "/obj/item/weapon/cartridge/toxins"
|
||||
build_path = "/obj/item/weapon/cartridge/signal/science"
|
||||
datum/design/cart_quartermaster
|
||||
name = "Space Parts & Space Vendors Cartridge"
|
||||
desc = "A data cartridge for portable microcomputers."
|
||||
|
||||
Reference in New Issue
Block a user