mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Upgrades OverlaySS. Fixes #3627
Tested on my test server and nothing appeared to be broken. Overlays were showing up as expected. Ghosts no longer became space/stairs/stole someone's tail
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
if("menu")
|
||||
menu = params["menu"]
|
||||
temp = ""
|
||||
|
||||
|
||||
if("href_conversion")
|
||||
PrefHrefMiddleware(params, usr)
|
||||
|
||||
@@ -281,8 +281,8 @@
|
||||
|
||||
mannequin.delete_inventory(TRUE)
|
||||
update_preview_mob(mannequin)
|
||||
COMPILE_OVERLAYS(mannequin)
|
||||
|
||||
mannequin.ImmediateOverlayUpdate()
|
||||
|
||||
var/mutable_appearance/MA = new(mannequin)
|
||||
south_preview.appearance = MA
|
||||
south_preview.dir = SOUTH
|
||||
|
||||
Reference in New Issue
Block a user