mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Adds two away missions ghost roles (#7450)
This commit is contained in:
@@ -439,4 +439,14 @@
|
||||
icon_state = "light_plasma_cell"
|
||||
caliber = "plasma bolt"
|
||||
ammo_type = /obj/item/ammo_casing/plasma_bolt
|
||||
max_ammo = 30
|
||||
max_ammo = 30
|
||||
|
||||
/obj/item/ammo_magazine/nuke
|
||||
name = "nuclear launcher cartridge"
|
||||
icon_state = "nukemag"
|
||||
w_class = 3
|
||||
mag_type = MAGAZINE
|
||||
caliber = "nuke"
|
||||
ammo_type = /obj/item/ammo_casing/nuke
|
||||
max_ammo = 2
|
||||
multiple_sprites = 1
|
||||
@@ -312,3 +312,9 @@
|
||||
name = "canister shot"
|
||||
desc = "A solid projectile filled with deadly shrapnel."
|
||||
projectile_type = /obj/item/projectile/bullet/pellet/shotgun/canister
|
||||
|
||||
/obj/item/ammo_casing/nuke
|
||||
name = "miniaturized nuclear warhead"
|
||||
icon_state = "nuke"
|
||||
desc = "A miniaturized version of a nuclear bomb."
|
||||
projectile_type = /obj/item/projectile/bullet/nuke
|
||||
|
||||
Reference in New Issue
Block a user