Adds two away missions ghost roles (#7450)

This commit is contained in:
Alberyk
2019-11-21 16:55:59 -03:00
committed by Werner
parent a60804c24f
commit beb35d6fd3
29 changed files with 571 additions and 342 deletions

View File

@@ -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

View File

@@ -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