mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Fix Travis errors, define mapload as Initialize() argument
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user