mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00: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:
@@ -104,6 +104,9 @@
|
||||
if (flag == PROJECTILE_BULLET)
|
||||
health -= 10
|
||||
update()
|
||||
if (flag == PROJECTILE_BULLETBURST)
|
||||
health -= 4
|
||||
update()
|
||||
else if (flag == PROJECTILE_BOLT)
|
||||
poisoned(1)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user