mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fix a var type declaration (again) (#29637)
Signed-off-by: ike709 <ike709@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
fire_sound_text = "thwock"
|
||||
|
||||
var/obj/item/to_launch
|
||||
var/list/valid_projectile_type
|
||||
var/obj/item/valid_projectile_type
|
||||
var/max_capacity = 1
|
||||
var/list/loaded_projectiles = list()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user