mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +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:
@@ -7,6 +7,9 @@ var/const/PROJECTILE_WEAKBULLET = 6
|
||||
var/const/PROJECTILE_TELEGUN = 7
|
||||
var/const/PROJECTILE_DART = 8
|
||||
var/const/PROJECTILE_SHOCK = 9
|
||||
var/const/PROJECTILE_BULLETBURST = 10
|
||||
var/const/PROJECTILE_WEAKBULLETBURST = 11
|
||||
var/const/PROJECTILE_WEAKERBULLETBURST = 12
|
||||
|
||||
///////////////////////////////////////////////
|
||||
////////////////AMMO SECTION///////////////////
|
||||
@@ -33,10 +36,18 @@ var/const/PROJECTILE_SHOCK = 9
|
||||
|
||||
bumped = 0
|
||||
|
||||
|
||||
weakbullet
|
||||
damage_type = PROJECTILE_WEAKBULLET
|
||||
|
||||
bulletburst
|
||||
damage_type = PROJECTILE_BULLETBURST
|
||||
|
||||
weakbulletburst
|
||||
damage_type = PROJECTILE_WEAKBULLETBURST
|
||||
|
||||
weakerbulletburst
|
||||
damage_type = PROJECTILE_WEAKERBULLETBURST
|
||||
|
||||
beam
|
||||
name = "laser"
|
||||
damage_type = PROJECTILE_LASER
|
||||
|
||||
Reference in New Issue
Block a user