mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Borgs are now affected by taser shots and detective bullets.
Made revolvers cheaper since they are no longer godly. Their price may drop farther if the lack of megastun makes them that much worse. Plastic explosives are now purchased in single bricks instead of pairs. Nuke teams now spawn with agent cards so the AI can't metagame. Nuke team uplink now matches the one traitors get in terms of available items. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1232 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -219,17 +219,19 @@
|
||||
if (src.stat != 2)
|
||||
src.bruteloss += 60
|
||||
src.updatehealth()
|
||||
return
|
||||
/*
|
||||
else if (flag == PROJECTILE_MEDBULLET)
|
||||
if (src.stat != 2)
|
||||
src.bruteloss += 30
|
||||
src.updatehealth()
|
||||
|
||||
*/
|
||||
else if (flag == PROJECTILE_WEAKBULLET)
|
||||
if (src.stat != 2)
|
||||
src.bruteloss += 15
|
||||
src.updatehealth()
|
||||
|
||||
return
|
||||
/*
|
||||
else if (flag == PROJECTILE_MPBULLET)
|
||||
if (src.stat != 2)
|
||||
src.bruteloss += 20
|
||||
@@ -247,6 +249,9 @@
|
||||
*/
|
||||
|
||||
else if (flag == PROJECTILE_TASER)
|
||||
if (src.stat != 2)
|
||||
src.bruteloss += rand(1,10)
|
||||
src.stunned += rand(0,3)
|
||||
return
|
||||
else if (flag == PROJECTILE_DART)
|
||||
if (src.stat != 2)
|
||||
|
||||
Reference in New Issue
Block a user