mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Fixed a small overlooking.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1856 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -178,7 +178,7 @@ field_generator power level display
|
||||
src.power -= 25
|
||||
else if (flag == PROJECTILE_LASER)
|
||||
src.power += 20
|
||||
else if (flag == PROJECTILE_LASER)
|
||||
else if (flag == PROJECTILE_SHOCK)
|
||||
src.power += 25
|
||||
else if (flag == PROJECTILE_TASER)
|
||||
src.power += 5
|
||||
|
||||
Reference in New Issue
Block a user