mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +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:
@@ -174,8 +174,14 @@ field_generator power level display
|
||||
bullet_act(flag)
|
||||
if (flag == PROJECTILE_BULLET)
|
||||
src.power -= 50
|
||||
else if (flag == PROJECTILE_BULLETBURST)
|
||||
src.power -= 20
|
||||
else if (flag == PROJECTILE_WEAKBULLET)
|
||||
src.power -= 25
|
||||
else if (flag == PROJECTILE_WEAKBULLETBURST)
|
||||
src.power -= 13
|
||||
else if (flag == PROJECTILE_WEAKERBULLETBURST)
|
||||
src.power -= 7
|
||||
else if (flag == PROJECTILE_LASER)
|
||||
src.power += 20
|
||||
else if (flag == PROJECTILE_SHOCK)
|
||||
|
||||
Reference in New Issue
Block a user