aaaand the rest of the modules folder

This commit is contained in:
deathride58
2018-01-04 01:45:38 -05:00
parent 8f593f0d00
commit aabbbb9dff
89 changed files with 629 additions and 788 deletions
+4 -4
View File
@@ -12,8 +12,8 @@
pass_flags = PASSTABLE
/obj/item/papercutter/New()
..()
/obj/item/papercutter/Initialize()
. = ..()
storedcutter = new /obj/item/hatchet/cutterblade(src)
update_icon()
@@ -111,8 +111,8 @@
resistance_flags = FLAMMABLE
max_integrity = 50
/obj/item/paperslip/New()
..()
/obj/item/paperslip/Initialize()
. = ..()
pixel_x = rand(-5, 5)
pixel_y = rand(-5, 5)