Fix for .swinset

This commit is contained in:
NullQuery
2015-06-27 12:14:35 +02:00
parent c7e0417b44
commit 3e8182eecb
+8 -1
View File
@@ -171,4 +171,11 @@ Any-Mode: (hotkey doesn't need to be on)
</font>"}
src << hotkey_mode
src << other
src << other
// Needed to circumvent a bug where .winset does not work when used on the window.on-size event in skins.
// Used by /datum/html_interface/nanotrasen (code/modules/html_interface/nanotrasen/nanotrasen.dm)
/client/verb/_swinset(var/x as text)
set name = ".swinset"
set hidden = 1
winset(src, null, x)