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:
ShiftyRail
2025-05-05 21:51:24 +01:00
committed by GitHub
parent 6d94fe8d31
commit cdb769a7c7
127 changed files with 208 additions and 188 deletions

View File

@@ -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()