mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 13:17:03 +01:00
Sheet storage has different caps per type. (#9029)
* Adds per-type max storage persistence * false paths
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
anchored = 1
|
||||
|
||||
/obj/effect/decal/cleanable/crayon/Initialize(var/ml, main = "#FFFFFF",shade = "#000000",var/type = "rune")
|
||||
. = ..()
|
||||
|
||||
. = ..(ml, 0) // mapload, age
|
||||
name = type
|
||||
desc = "A [type] drawn in crayon."
|
||||
|
||||
@@ -26,4 +25,4 @@
|
||||
add_overlay(mainOverlay)
|
||||
add_overlay(shadeOverlay)
|
||||
|
||||
add_hiddenprint(usr)
|
||||
add_hiddenprint(usr)
|
||||
|
||||
Reference in New Issue
Block a user