Sheet storage has different caps per type.

This commit is contained in:
Atermonera
2023-03-13 23:44:06 -08:00
committed by VirgoBot
parent 92ba37f44c
commit f7669b64d0
4 changed files with 40 additions and 15 deletions
+6 -1
View File
@@ -6,10 +6,15 @@
layer = DIRTY_LAYER
anchored = TRUE
<<<<<<< HEAD
/obj/effect/decal/cleanable/crayon/New(location,main = "#FFFFFF",shade = "#000000",var/type = "rune")
..()
loc = location
=======
/obj/effect/decal/cleanable/crayon/Initialize(var/ml, main = "#FFFFFF",shade = "#000000",var/type = "rune")
. = ..(ml, 0) // mapload, age
>>>>>>> a2c68d9a8df... Sheet storage has different caps per type. (#9029)
name = type
desc = "A [type] drawn in crayon."
@@ -28,4 +33,4 @@
add_overlay(mainOverlay)
add_overlay(shadeOverlay)
add_hiddenprint(usr)
add_hiddenprint(usr)