Update manifest.dm

This commit is contained in:
deathride58
2017-11-17 23:20:44 -05:00
committed by GitHub
parent e478e5640a
commit 38f7b829c3
-20
View File
@@ -1,22 +1,3 @@
<<<<<<< HEAD
/obj/effect/manifest
name = "manifest"
icon = 'icons/mob/screen_gen.dmi'
icon_state = "x"
/obj/effect/manifest/New()
src.invisibility = INVISIBILITY_ABSTRACT
/obj/effect/manifest/proc/manifest()
var/dat = "<B>Crew Manifest</B>:<BR>"
for(var/mob/living/carbon/human/M in GLOB.mob_list)
dat += text(" <B>[]</B> - []<BR>", M.name, M.get_assignment())
var/obj/item/paper/P = new /obj/item/paper( src.loc )
P.info = dat
P.name = "paper- 'Crew Manifest'"
//SN src = null
qdel(src)
=======
/obj/effect/manifest
name = "manifest"
icon = 'icons/mob/screen_gen.dmi'
@@ -34,4 +15,3 @@
P.name = "paper- 'Crew Manifest'"
//SN src = null
qdel(src)
>>>>>>> 39375d5... Replaces a bunch of mob loops with hopefully better ones (#32786)