mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Here are the 3 new projectiles that Superxpdude requested.
Bulletburst, weakbulletburst and weakerbulletburst. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1859 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
switch(flag)
|
||||
if (PROJECTILE_BULLET)
|
||||
health -= 35
|
||||
if (PROJECTILE_BULLETBURST)
|
||||
health -= 13
|
||||
if (PROJECTILE_WEAKBULLET)
|
||||
health -= 12
|
||||
if (PROJECTILE_WEAKBULLETBURST)
|
||||
health -= 6
|
||||
if (PROJECTILE_WEAKERBULLETBURST)
|
||||
health -= 3
|
||||
if (PROJECTILE_PULSE)
|
||||
health -= 50
|
||||
if (PROJECTILE_LASER)
|
||||
|
||||
@@ -89,8 +89,14 @@
|
||||
switch(flag)
|
||||
if (PROJECTILE_BULLET)
|
||||
health -= 20
|
||||
if (PROJECTILE_BULLETBURST)
|
||||
health -= 7
|
||||
if (PROJECTILE_WEAKBULLET)
|
||||
health -= 4
|
||||
if (PROJECTILE_WEAKBULLETBURST)
|
||||
health -= 2
|
||||
if (PROJECTILE_WEAKERBULLETBURST)
|
||||
health -= 1
|
||||
if (PROJECTILE_LASER)
|
||||
health -= 10
|
||||
if (PROJECTILE_SHOCK)
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
switch(flag)
|
||||
if (PROJECTILE_BULLET)
|
||||
health -= 35
|
||||
if (PROJECTILE_BULLETBURST)
|
||||
health -= 13
|
||||
if (PROJECTILE_PULSE)
|
||||
health -= 50
|
||||
if (PROJECTILE_LASER)
|
||||
|
||||
Reference in New Issue
Block a user