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
@@ -101,7 +101,7 @@
contact_poison = null
. = ..()
/obj/item/paper/Initialize()
/obj/item/paper/Initialize(mapload)
. = ..()
pixel_x = initial(pixel_x) + rand(-9, 9)
pixel_y = initial(pixel_y) + rand(-8, 8)
@@ -371,14 +371,14 @@
*/
/obj/item/paper/construction
/obj/item/paper/construction/Initialize()
/obj/item/paper/construction/Initialize(mapload)
. = ..()
color = pick("FF0000", "#33cc33", "#ffb366", "#551A8B", "#ff80d5", "#4d94ff")
/**
* Natural paper
*/
/obj/item/paper/natural/Initialize()
/obj/item/paper/natural/Initialize(mapload)
. = ..()
color = "#FFF5ED"