mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +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:
@@ -78,8 +78,14 @@
|
||||
bullet_act(flag, A as obj)
|
||||
if (flag == PROJECTILE_BULLET)
|
||||
src.health -= 20
|
||||
else if (flag == PROJECTILE_BULLETBURST)
|
||||
src.health -= 8
|
||||
else if (flag == PROJECTILE_WEAKBULLET)
|
||||
src.health -= 4
|
||||
else if (flag == PROJECTILE_WEAKBULLETBURST)
|
||||
src.health -= 2
|
||||
else if (flag == PROJECTILE_WEAKERBULLETBURST)
|
||||
src.health -= 1
|
||||
else if (flag == PROJECTILE_LASER)
|
||||
src.health -= 10
|
||||
else if (flag == PROJECTILE_SHOCK)
|
||||
|
||||
Reference in New Issue
Block a user