mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] Objective-specific equipment will always be given. (#7862)
* Objective-specific equipment will always be given. * Update datum_traitor.dm Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -481,7 +481,8 @@
|
||||
new /obj/item/reagent_containers/syringe(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/nuke
|
||||
name = "box"
|
||||
name = "nuke core extraction kit"
|
||||
desc = "A box containing the equipment and instructions for extracting the plutonium cores of most Nanotrasen nuclear explosives."
|
||||
|
||||
/obj/item/storage/box/syndie_kit/nuke/PopulateContents()
|
||||
new /obj/item/screwdriver/nuke(src)
|
||||
@@ -489,7 +490,8 @@
|
||||
new /obj/item/paper/guides/antag/nuke_instructions(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/supermatter
|
||||
name = "box"
|
||||
name = "supermatter sliver extraction kit"
|
||||
desc = "A box containing the equipment and instructions for extracting a sliver of supermatter."
|
||||
|
||||
/obj/item/storage/box/syndie_kit/supermatter/PopulateContents()
|
||||
new /obj/item/scalpel/supermatter(src)
|
||||
|
||||
Reference in New Issue
Block a user