mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Makes Clown Ops Great Again (#50105)
* clown op fixes * description shortening * fixes the locations of some items * fuck off, travis * Update code/modules/uplink/uplink_items.dm Co-Authored-By: Rohesie <rohesie@gmail.com> * removes one comma * web edit web edit * removes fun * reduces the number of checks for user.mind * clown ops can buy chameleon kits again * Update code/modules/projectiles/pins.dm Co-Authored-By: Rohesie <rohesie@gmail.com> * accidentally deleted a comment Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
@@ -346,6 +346,13 @@
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/reagent_containers/syringe/bioterror(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/clownpins
|
||||
name = "ultra hilarious firing pin box"
|
||||
|
||||
/obj/item/storage/box/syndie_kit/clownpins/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/firing_pin/clown/ultra(src)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/imp_adrenal
|
||||
name = "adrenal implant box"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user