mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] next globs (#12552)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
73faa45a34
commit
5567a1a245
@@ -729,15 +729,16 @@ GLOBAL_LIST_INIT(organ_rel_size, list(
|
||||
|
||||
//Icon is used to occlude things like huds from the faulty byond context menu.
|
||||
// http://www.byond.com/forum/?post=2336679
|
||||
var/global/image/backplane
|
||||
/hook/startup/proc/generate_backplane()
|
||||
GLOBAL_DATUM_INIT(backplane, /image, generate_backplane())
|
||||
/proc/generate_backplane()
|
||||
var/image/backplane
|
||||
backplane = image('icons/misc/win32.dmi')
|
||||
backplane.alpha = 0
|
||||
backplane.plane = -100
|
||||
backplane.layer = MOB_LAYER-0.1
|
||||
backplane.mouse_opacity = 0
|
||||
|
||||
return TRUE
|
||||
return backplane
|
||||
|
||||
/mob/proc/get_sound_env(var/pressure_factor)
|
||||
if (pressure_factor < 0.5)
|
||||
|
||||
Reference in New Issue
Block a user