mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Revolution Improvements (#7878)
- Added a new category to the traitor uplink, which is only available to revolutionaries. - Head Revolutionaries now spawn with an uplink that has 50 TC, they also get an alert telling them to not abuse it. - Revamped the drill dropper into a generic orbital dropper, capable of dropping ANY sort of item you wish it to. - Added a Mech orbital dropper. Added an Armory orbital dropper. - Made loyalty implants display their text correctly when they implant someone. - Added aggression implants, which makes whoever it is implanted into extremely aggressive. Quite useful for starting a revolution. - Added some description_antag to mercenary cipherkeys, informing the reader that the mercenary radio key is :t. - Added a gear crate (not for mercs) which is just six syndicate softsuits. Useful in a pinch.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
new /obj/item/clothing/head/soft(src)
|
||||
new /obj/item/modular_computer/tablet/preset/custom_loadout/advanced/cargo_delivery(src)
|
||||
new /obj/item/export_scanner(src)
|
||||
new /obj/item/device/drill_dropper(src)
|
||||
new /obj/item/device/orbital_dropper/drill(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/merchant
|
||||
name = "merchant locker"
|
||||
|
||||
@@ -153,3 +153,12 @@
|
||||
new /obj/item/ammo_magazine/c762/sol(src)
|
||||
new /obj/item/gun/projectile/pistol/sol(src)
|
||||
new /obj/item/ammo_magazine/mc9mm(src)
|
||||
|
||||
/obj/structure/closet/crate/secure/gear_loadout/syndicate_softsuits
|
||||
req_access = list()
|
||||
|
||||
/obj/structure/closet/crate/secure/gear_loadout/syndicate_softsuits/fill()
|
||||
for(var/i in 1 to 6)
|
||||
new /obj/item/clothing/head/helmet/space/syndicate/black/orange(src)
|
||||
new /obj/item/clothing/suit/space/syndicate/black/orange(src)
|
||||
new /obj/item/tank/emergency_oxygen/double(src)
|
||||
Reference in New Issue
Block a user