mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9156a08bf0
commit
55d696e503
@@ -15,8 +15,8 @@
|
||||
var/graffiti_age = 0
|
||||
var/author = "unknown"
|
||||
|
||||
/obj/effect/decal/writing/New(var/newloc, var/_age, var/_message, var/_author)
|
||||
..(newloc)
|
||||
/obj/effect/decal/writing/Initialize(mapload, var/_age, var/_message, var/_author)
|
||||
. = ..()
|
||||
if(!isnull(_age))
|
||||
graffiti_age = _age
|
||||
if(!isnull(_message))
|
||||
|
||||
Reference in New Issue
Block a user