mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Sheet storage has different caps per type.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user