Ports HTML manifest to TGUI (#16210)

* Ghost manifest is tgui now

* moved to tgui modules

* Delete crew_manifest.dm

* global

* ghost -> nologo

* sorry mr. tgui, i forgot about you again

* Jade review + more trimming

* lobby and silicons get some love

* bye bye, all traces of old manifest.

* renamed
This commit is contained in:
S34N
2021-06-21 12:21:32 +01:00
committed by GitHub
parent f1ad48c450
commit 6b06ca3ef5
11 changed files with 46 additions and 146 deletions
+1 -6
View File
@@ -602,12 +602,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/verb/view_manifest()
set name = "View Crew Manifest"
set category = "Ghost"
var/dat
dat += "<h4>Crew Manifest</h4>"
dat += GLOB.data_core.get_manifest(OOC = TRUE)
src << browse(dat, "window=manifest;size=370x420;can_close=1")
GLOB.generic_crew_manifest.ui_interact(usr, state = GLOB.observer_state)
//this is called when a ghost is drag clicked to something.
/mob/dead/observer/MouseDrop(atom/over)