Rermove "100" from the list of power options in telesci (#4671)

This commit is contained in:
monster860
2016-06-16 03:47:39 -04:00
committed by Fox McCloud
parent 81037bd382
commit 7ae3cb0bb1
+2 -2
View File
@@ -24,7 +24,7 @@
// Based on the power used
var/teleport_cooldown = 0 // every index requires a bluespace crystal
var/list/power_options = list(5, 10, 20, 25, 30, 40, 50, 80, 100)
var/list/power_options = list(5, 10, 20, 25, 30, 40, 50, 80)
var/teleporting = 0
var/starting_crystals = 0
var/max_crystals = 4
@@ -396,4 +396,4 @@
teles_left = rand(30, 40)
//angle_off = rand(-25, 25)
power_off = rand(-4, 0)
rotation_off = rand(-10, 10)
rotation_off = rand(-10, 10)