mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update newscaster.dm
This commit is contained in:
@@ -164,16 +164,8 @@ GLOBAL_LIST_BOILERPLATE(allCasters, /obj/machinery/newscaster)
|
|||||||
securityCaster = 1
|
securityCaster = 1
|
||||||
|
|
||||||
/obj/machinery/newscaster/Initialize()
|
/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
|
GLOB.allCasters += src
|
||||||
>>>>>>> a55ce9bf09... Merge pull request #9772 from VOREStation/upstream-merge-7893
|
|
||||||
unit_no = ++unit_no_cur
|
unit_no = ++unit_no_cur
|
||||||
paper_remaining = 15
|
paper_remaining = 15
|
||||||
update_icon()
|
update_icon()
|
||||||
|
|||||||
Reference in New Issue
Block a user