mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
Merge pull request #2681 from VOREStation/aro-nsfwhos
Gives the HoS a KHI-102b NSFW
This commit is contained in:
@@ -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