Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
+3 -3
View File
@@ -26,12 +26,12 @@
var/active = 0
var/saber_color
/obj/item/holo/esword/green/Initialize()
/obj/item/holo/esword/green/Initialize(mapload)
. = ..()
saber_color = "green"
/obj/item/holo/esword/red/Initialize()
/obj/item/holo/esword/red/Initialize(mapload)
. = ..()
saber_color = "red"
@@ -40,7 +40,7 @@
return ..()
return ..()
/obj/item/holo/esword/Initialize()
/obj/item/holo/esword/Initialize(mapload)
. = ..()
saber_color = pick("red","blue","green","purple")