Adds all my changes since Jan1

This commit is contained in:
ZeWaka
2020-02-19 19:48:29 -08:00
parent d653fde3aa
commit f5ad1c4ae4
512 changed files with 1983 additions and 1911 deletions
+3 -3
View File
@@ -391,7 +391,7 @@ var/global/debug_messages = 0
if(ishuman(M))
logTheThing("admin", src, M, "has mobile-AIized %target%")
logTheThing("diary", src, M, "has mobile-AIized %target%", "admin")
SPAWN_DBG(10)
SPAWN_DBG(1 SECOND)
M:AIize(1)
else
@@ -459,7 +459,7 @@ var/global/debug_messages = 0
if(ishuman(M) && M.mind != null)
logTheThing("admin", src, M, "has made %target% a changeling.")
logTheThing("diary", src, M, "has made %target% a changeling.", "admin")
SPAWN_DBG(10)
SPAWN_DBG(1 SECOND)
M.mind.absorbed_dna[M.bioHolder] = M.real_name
M.make_changeling()
else
@@ -1190,7 +1190,7 @@ var/datum/flock/testflock
proc/edit(var/client/user)
var/editor = grabResource("html/admin/color_matrix.html")
user.Browse(editor, "window=colormatrix;can_close=1")
SPAWN_DBG(10)
SPAWN_DBG(1 SECOND)
callJsFunc(usr, "setRef", list("\ref[src]")) //This is shit but without it, it calls the JS before the window is open and doesn't work.
Topic(href, href_list)