-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:
uhangi@gmail.com
2011-07-27 18:25:25 +00:00
parent b67b83fd2b
commit c50250ca48
5 changed files with 38 additions and 10 deletions

View File

@@ -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>"

View File

@@ -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

View File

@@ -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>"