mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Rermove "100" from the list of power options in telesci (#4671)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user