mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-08-24 04:26:15 +01:00
Adds all my changes since Jan1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user