Update filingcabinet.dm

This commit is contained in:
deathride58
2017-12-13 16:47:29 -05:00
committed by GitHub
parent da0ecad1ee
commit a6220057be
-4
View File
@@ -184,12 +184,8 @@ GLOBAL_LIST_EMPTY(employmentCabinets)
icon_state = "employmentcabinet"
var/virgin = 1
<<<<<<< HEAD
/obj/structure/filingcabinet/employment/New()
=======
/obj/structure/filingcabinet/employment/Initialize()
. = ..()
>>>>>>> a162837... Replaces a bunch of loc assignments with forcemoves and moves to nullspace (#33465)
GLOB.employmentCabinets += src
return ..()