Fix Travis errors, define mapload as Initialize() argument

This commit is contained in:
Rykka
2020-08-16 10:08:51 -04:00
parent 2ad7b475ec
commit 78ea8b236f
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
return
var/obj/item/weapon/paper/paper = new paper_type(creating)
paper.info = tokens["message"]
paper.title = tokens["title"]
paper.name = tokens["title"]
paper.last_modified_ckey = tokens["author"]
if(requires_noticeboard)
board.add_paper(paper)

View File

@@ -21,7 +21,7 @@
if(!isnull(author))
author = _author
/obj/effect/decal/writing/Initialize()
/obj/effect/decal/writing/Initialize(mapload)
var/list/random_icon_states = icon_states(icon)
for(var/obj/effect/decal/writing/W in loc)
random_icon_states.Remove(W.icon_state)