mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
NT-USP - American Security - How I Learned to Stop Worrying and Love the Gun (#16414)
* gun * vendor * remove disablers from jobs * poop * maybe spell it right * asteroid + gax * armory * bye to all your ammo if you get heavy EMP'd * bald * sprite adjustment from orca feedback * ammo change + vending change * pixel perfect * Update ArmamentsDispenser.js * if this works you owe me an antag token * maps * Update rechargable.dm Co-authored-by: ynot01 <ynot000001@gmail.com> Co-authored-by: Chubbygummibear <kullen.ds@gmail.com>
This commit is contained in:
@@ -308,6 +308,19 @@
|
||||
/obj/item/gun/energy/disabler)
|
||||
crate_name = "disabler crate"
|
||||
|
||||
/datum/supply_pack/security/ntusp
|
||||
name = "NT-USP Crate"
|
||||
desc = "Three stamina-draining ballistic weapons, along with 3 extra clips. Requires Security access to open."
|
||||
cost = 2000
|
||||
access_view = ACCESS_SECURITY
|
||||
contains = list(/obj/item/gun/ballistic/automatic/pistol/ntusp,
|
||||
/obj/item/gun/ballistic/automatic/pistol/ntusp,
|
||||
/obj/item/gun/ballistic/automatic/pistol/ntusp,
|
||||
/obj/item/ammo_box/magazine/recharge/ntusp,
|
||||
/obj/item/ammo_box/magazine/recharge/ntusp,
|
||||
/obj/item/ammo_box/magazine/recharge/ntusp)
|
||||
crate_name = "nt-usp crate"
|
||||
|
||||
/datum/supply_pack/security/forensics
|
||||
name = "Forensics Crate"
|
||||
desc = "Stay hot on the criminal's heels with Nanotrasen's Detective Essentials(tm). Contains a forensics scanner, six evidence bags, camera, tape recorder, white crayon, and of course, a fedora. Requires Security access to open."
|
||||
|
||||
Reference in New Issue
Block a user