mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Sorts out this PR
This commit is contained in:
@@ -1058,7 +1058,7 @@ var/list/multi_point_spawns
|
||||
var/id // Group id
|
||||
var/weight // Probability weight for this spawn point
|
||||
|
||||
/obj/random_multi/initialize()
|
||||
/obj/random_multi/Initialize()
|
||||
. = ..()
|
||||
weight = max(1, round(weight))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user