Update newscaster.dm

This commit is contained in:
cadyn
2021-02-27 14:51:35 -08:00
committed by GitHub
parent ad57e1ad13
commit 8b10504a5c

View File

@@ -164,16 +164,8 @@ GLOBAL_LIST_BOILERPLATE(allCasters, /obj/machinery/newscaster)
securityCaster = 1
/obj/machinery/newscaster/Initialize()
<<<<<<< HEAD
..() //Not returning . because lateload below
GLOB.allCasters += src
||||||| parent of a55ce9bf09... Merge pull request #9772 from VOREStation/upstream-merge-7893
..() //Not returning . because lateload below
allCasters += src
=======
..()
allCasters += src
>>>>>>> a55ce9bf09... Merge pull request #9772 from VOREStation/upstream-merge-7893
GLOB.allCasters += src
unit_no = ++unit_no_cur
paper_remaining = 15
update_icon()