mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Merge pull request #2681 from VOREStation/aro-nsfwhos
Gives the HoS a KHI-102b NSFW
This commit is contained in:
@@ -147,8 +147,9 @@
|
||||
new /obj/item/ammo_magazine/m44/rubber(src)
|
||||
new /obj/item/ammo_magazine/m44(src)
|
||||
new /obj/item/ammo_magazine/m44(src)*/ // NO YOU DO NOT GET A .44 MAGNUM! -Ace
|
||||
new /obj/item/weapon/gun/energy/gun(src)
|
||||
new /obj/item/weapon/cell/device/weapon(src)
|
||||
//new /obj/item/weapon/gun/energy/gun(src) //VOREStation Edit
|
||||
new /obj/item/weapon/storage/secure/briefcase/nsfw_pack_hos(src) //VOREStation Edit - No need with NSFW
|
||||
//new /obj/item/weapon/cell/device/weapon(src) //VOREStation Edit - No need with NSFW
|
||||
new /obj/item/weapon/melee/telebaton(src)
|
||||
new /obj/item/clothing/head/beret/sec/corporate/hos(src)
|
||||
new /obj/item/clothing/suit/storage/hooded/wintercoat/security(src)
|
||||
|
||||
@@ -381,3 +381,20 @@
|
||||
new /obj/item/ammo_magazine/nsfw_mag(src)
|
||||
for(var/path in typesof(/obj/item/ammo_casing/nsfw_batt))
|
||||
new path(src)
|
||||
|
||||
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hos
|
||||
name = "\improper KHI-102b \'NSFW\' gun kit"
|
||||
desc = "A storage case for a multi-purpose handgun. Variety hour!"
|
||||
max_w_class = ITEMSIZE_NORMAL
|
||||
|
||||
/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hos/New()
|
||||
..()
|
||||
new /obj/item/weapon/gun/projectile/nsfw(src)
|
||||
new /obj/item/ammo_magazine/nsfw_mag(src)
|
||||
new /obj/item/ammo_casing/nsfw_batt(src)
|
||||
new /obj/item/ammo_casing/nsfw_batt(src)
|
||||
new /obj/item/ammo_casing/nsfw_batt/stun(src)
|
||||
new /obj/item/ammo_casing/nsfw_batt/stun(src)
|
||||
new /obj/item/ammo_casing/nsfw_batt/net(src)
|
||||
new /obj/item/ammo_casing/nsfw_batt/ion(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user