Miscellaneous Content Patch (#1002)

rscadd: "Added three new energy-based weapons, one designed purely for pest-control."
rscadd: "Added a new rare handpistol, based off of a proposed competitor to the NT Mk58."
rscadd: "Added a new pet for the Head of Security - the PTR-7 Tranquilizer Rifle."
rscadd: "Syndicate manhack delivery grenades are now available via the traitor uplink."
rscadd: "Manhacks will no longer attack anyone belonging to the 'syndicate' faction, including Heist pirates."
tweak: "Tweaked loadout customisation whitelists, generally making them more restrictive by role."
bugfix: "It is no longer possible to be older or younger than your species ought to be."
This commit is contained in:
LordFowl
2016-10-22 23:26:42 +03:00
committed by skull132
parent 40563d0527
commit 660a5d0063
40 changed files with 573 additions and 69 deletions
+9 -3
View File
@@ -148,7 +148,13 @@
new/obj/item/weapon/storage/belt/champion(src)
new/obj/item/clothing/mask/luchador(src)
if(100)
new/obj/item/clothing/head/bearpelt(src)
new/obj/item/weapon/gun/projectile/tanto(src)
new/obj/item/ammo_magazine/t40(src)
new/obj/item/ammo_magazine/t40(src)
new/obj/item/ammo_magazine/t40/rubber(src)
new/obj/item/clothing/under/rank/dispatch(src)
new/obj/item/clothing/accessory/badge/old(src)
new/obj/item/clothing/head/helmet/formalcaptain(src)
/obj/structure/closet/crate/secure/loot/togglelock(mob/user as mob)
if(!locked)
@@ -177,7 +183,7 @@
/obj/structure/closet/crate/secure/loot/proc/check_input(var/input)
if(length(input) != codelen)
return 0
. = 1
lastattempt.Cut()
for(var/i in 1 to codelen)
@@ -197,7 +203,7 @@
if(lastattempt.len)
var/bulls = 0
var/cows = 0
var/list/code_contents = code.Copy()
for(var/i in 1 to codelen)
if(lastattempt[i] == code[i])