mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
516 compatibility for simple HTML (#37508)
* 516 compat: HTML wrappers * More HTML * Legacy gult * Forgot these * forgot that thanks travis
This commit is contained in:
@@ -303,7 +303,7 @@
|
||||
dat += "<h4>Crew Manifest</h4>"
|
||||
dat += data_core.get_manifest(OOC = 1)
|
||||
|
||||
src << browse(dat, "window=manifest;size=370x420;can_close=1")
|
||||
src << browse(HTML_SKELETON(dat), "window=manifest;size=370x420;can_close=1")
|
||||
|
||||
//Used for drawing on walls with blood puddles as a spooky ghost.
|
||||
/mob/dead/verb/bloody_doodle()
|
||||
|
||||
Reference in New Issue
Block a user