mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
changes max shield radius
as requested by Mazian on the forums.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
icon_state = "generator0"
|
||||
var/active = 0
|
||||
var/field_radius = 3
|
||||
var/max_field_radius = 100
|
||||
var/max_field_radius = 150
|
||||
var/list/field = list()
|
||||
density = 1
|
||||
var/locked = 0
|
||||
@@ -323,4 +323,4 @@
|
||||
T = locate(gen_turf.x + field_radius, gen_turf.y + y_offset, gen_turf.z)
|
||||
if (T) out += T
|
||||
|
||||
return out
|
||||
return out
|
||||
|
||||
Reference in New Issue
Block a user