mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Removes mime and HONK carts from protolathe.
This commit is contained in:
@@ -1765,6 +1765,8 @@ datum/design/cart_janitor
|
|||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
materials = list("$metal" = 50, "$glass" = 50)
|
materials = list("$metal" = 50, "$glass" = 50)
|
||||||
build_path = "/obj/item/weapon/cartridge/janitor"
|
build_path = "/obj/item/weapon/cartridge/janitor"
|
||||||
|
|
||||||
|
/*
|
||||||
datum/design/cart_clown
|
datum/design/cart_clown
|
||||||
name = "Honkworks 5.0 Cartridge"
|
name = "Honkworks 5.0 Cartridge"
|
||||||
desc = "A data cartridge for portable microcomputers."
|
desc = "A data cartridge for portable microcomputers."
|
||||||
@@ -1781,6 +1783,8 @@ datum/design/cart_mime
|
|||||||
build_type = PROTOLATHE
|
build_type = PROTOLATHE
|
||||||
materials = list("$metal" = 50, "$glass" = 50)
|
materials = list("$metal" = 50, "$glass" = 50)
|
||||||
build_path = "/obj/item/weapon/cartridge/mime"
|
build_path = "/obj/item/weapon/cartridge/mime"
|
||||||
|
*/
|
||||||
|
|
||||||
datum/design/cart_toxins
|
datum/design/cart_toxins
|
||||||
name = "Signal Ace 2 Cartridge"
|
name = "Signal Ace 2 Cartridge"
|
||||||
desc = "A data cartridge for portable microcomputers."
|
desc = "A data cartridge for portable microcomputers."
|
||||||
|
|||||||
Reference in New Issue
Block a user