mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Changes over all instances of new/list() to something more sensible (#25569)
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
throw_speed = 2
|
||||
throw_range = 10
|
||||
force = 5
|
||||
var/list/grenades = new/list()
|
||||
var/list/grenades = list()
|
||||
var/max_grenades = 3
|
||||
|
||||
materials = list(MAT_METAL=2000)
|
||||
|
||||
Reference in New Issue
Block a user