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
+2 -2
View File
@@ -12,7 +12,7 @@
pass_flags = PASSTABLE
/obj/item/papercutter/Initialize()
/obj/item/papercutter/Initialize(mapload)
. = ..()
storedcutter = new /obj/item/hatchet/cutterblade(src)
update_icon()
@@ -120,7 +120,7 @@
return ..()
/obj/item/paperslip/Initialize()
/obj/item/paperslip/Initialize(mapload)
. = ..()
pixel_x = initial(pixel_x) + rand(-5, 5)
pixel_y = initial(pixel_y) + rand(-5, 5)