mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
-Gave syndicate balloons a "useless" tag on the uplink
-Shotgun crate removed -Upped prices of some weapons crates -Shotgun ammo can now fit in pockets -Buffed beanbags/rubber bullets because they did literally nothing git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1939 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
containertype = "/obj/crate/freezer"
|
||||
containername = "Monkey crate"
|
||||
|
||||
/*
|
||||
/datum/supply_packs/shotgun
|
||||
name = "Shotgun crate"
|
||||
contains = list("/obj/item/weapon/gun/projectile/shotgun",
|
||||
@@ -49,6 +50,8 @@
|
||||
cost = 25
|
||||
containertype = "/obj/crate"
|
||||
containername = "Shotgun crate"
|
||||
//APPARENTLY OP?
|
||||
*/
|
||||
|
||||
/datum/supply_packs/beanbagammo
|
||||
name = "Beanbag shells"
|
||||
@@ -393,7 +396,7 @@
|
||||
"/obj/item/weapon/gun/energy/taser",
|
||||
"/obj/item/weapon/storage/flashbang_kit",
|
||||
"/obj/item/weapon/storage/flashbang_kit")
|
||||
cost = 20
|
||||
cost = 30
|
||||
containertype = "/obj/crate/secure/weapon"
|
||||
containername = "Weapons crate"
|
||||
access = access_security
|
||||
@@ -422,21 +425,29 @@
|
||||
cost = 15
|
||||
containertype = "/obj/crate/secure"
|
||||
containername = "Armor crate"
|
||||
access = access_armory
|
||||
access = access_security
|
||||
|
||||
/datum/supply_packs/riot
|
||||
name = "Riot gear crate"
|
||||
contains = list("/obj/item/weapon/melee/baton",
|
||||
"/obj/item/weapon/melee/baton",
|
||||
"/obj/item/weapon/melee/baton",
|
||||
"/obj/item/weapon/shield/riot",
|
||||
"/obj/item/weapon/shield/riot",
|
||||
"/obj/item/weapon/shield/riot",
|
||||
"/obj/item/weapon/storage/flashbang_kit",
|
||||
"/obj/item/weapon/storage/flashbang_kit",
|
||||
"/obj/item/weapon/storage/flashbang_kit",
|
||||
"/obj/item/weapon/handcuffs",
|
||||
"/obj/item/weapon/handcuffs",
|
||||
"/obj/item/weapon/handcuffs",
|
||||
"/obj/item/clothing/head/helmet/riot",
|
||||
"/obj/item/clothing/suit/armor/riot",
|
||||
"/obj/item/clothing/head/helmet/riot",
|
||||
"/obj/item/clothing/suit/armor/riot",
|
||||
"/obj/item/clothing/head/helmet/riot",
|
||||
"/obj/item/clothing/suit/armor/riot")
|
||||
cost = 40
|
||||
cost = 60
|
||||
containertype = "/obj/crate/secure"
|
||||
containername = "Riot gear crate"
|
||||
access = access_armory
|
||||
@@ -447,7 +458,7 @@
|
||||
"/obj/item/clothing/suit/armor/bulletproof",
|
||||
"/obj/item/weapon/gun/projectile/shotgun/combat2",
|
||||
"/obj/item/weapon/gun/projectile/shotgun/combat2")
|
||||
cost = 35
|
||||
cost = 50
|
||||
containertype = "/obj/crate/secure"
|
||||
containername = "Ballistic gear crate"
|
||||
access = access_armory
|
||||
@@ -458,11 +469,22 @@
|
||||
"/obj/item/clothing/suit/armor/laserproof",
|
||||
"/obj/item/weapon/gun/energy",
|
||||
"/obj/item/weapon/gun/energy")
|
||||
cost = 35
|
||||
cost = 50
|
||||
containertype = "/obj/crate/secure"
|
||||
containername = "Experimental energy gear crate"
|
||||
access = access_armory
|
||||
|
||||
/datum/supply_packs/exparmor
|
||||
name = "Experimental armor crate"
|
||||
contains = list("/obj/item/clothing/suit/armor/laserproof",
|
||||
"/obj/item/clothing/suit/armor/bulletproof",
|
||||
"/obj/item/clothing/head/helmet/riot",
|
||||
"/obj/item/clothing/suit/armor/riot")
|
||||
cost = 35
|
||||
containertype = "/obj/crate/secure"
|
||||
containername = "Experimental armor crate"
|
||||
access = access_armory
|
||||
|
||||
/datum/supply_packs/securitybarriers
|
||||
name = "Security Barriers"
|
||||
contains = list("/obj/machinery/deployable/barrier",
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
menu_message += "<A href='byond://?src=\ref[src];buy_item=singubeacon'>Singularity Beacon</A> (does not include a screwdriver) (3)<BR>"
|
||||
menu_message += "<BR>"
|
||||
menu_message += "<A href='byond://?src=\ref[src];buy_item=toolbox'>Syndicate Toolbox</A> (Includes various tools) (1)<BR>"
|
||||
menu_message += "<A href='byond://?src=\ref[src];buy_item=balloon'>Syndicate Balloon</A> (10)<BR>"
|
||||
menu_message += "<A href='byond://?src=\ref[src];buy_item=balloon'>Syndicate Balloon</A> (Useless) (10)<BR>"
|
||||
|
||||
|
||||
menu_message += "<HR>"
|
||||
|
||||
@@ -47,12 +47,17 @@
|
||||
bumped = 0
|
||||
|
||||
weakbullet
|
||||
damage = 15
|
||||
damage = 8
|
||||
mobdamage = list(BRUTE = 8, BURN = 0, TOX = 0, OXY = 0, CLONE = 0)
|
||||
New()
|
||||
..()
|
||||
effects["weak"] = 25
|
||||
effectprob["weak"] = 35
|
||||
effectprob["weak"] = 100
|
||||
effects["stutter"] = 5
|
||||
effectprob["stutter"] = 100
|
||||
effects["eyeblur"] = 5
|
||||
effectprob["eyeblur"] = 100
|
||||
|
||||
|
||||
suffocationbullet
|
||||
damage = 65
|
||||
@@ -315,6 +320,7 @@
|
||||
icon_state = "s-casing"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | ONBELT
|
||||
throwforce = 1
|
||||
w_class = 1.0
|
||||
var
|
||||
caliber = "357" //Which kind of guns it can be loaded into
|
||||
obj/item/projectile/BB //The loaded bullet
|
||||
|
||||
@@ -62,7 +62,7 @@ SYNDICATE UPLINK
|
||||
dat += "<A href='byond://?src=\ref[src];buy_item=lawmod'>Hacked AI Module</A> (7)<BR>"
|
||||
dat += "<BR>"
|
||||
dat += "<A href='byond://?src=\ref[src];buy_item=toolbox'>Syndicate Toolbox</A> (Includes various tools) (1)<BR>"
|
||||
dat += "<A href='byond://?src=\ref[src];buy_item=balloon'>Syndicate Balloon</A> (10)<BR>"
|
||||
dat += "<A href='byond://?src=\ref[src];buy_item=balloon'>Syndicate Balloon</A> (Useless) (10)<BR>"
|
||||
dat += "<HR>"
|
||||
if (src.origradio)
|
||||
dat += "<A href='byond://?src=\ref[src];lock=1'>Lock</A><BR>"
|
||||
|
||||
Reference in New Issue
Block a user