mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
[MIRROR] Adds defines for mouse_opacity (#2381)
* Adds defines for mouse_opacity * Delete misc.dm.rej * Update misc.dm
This commit is contained in:
committed by
kevinz000
parent
61e6f2815b
commit
b5e7f7f7fe
@@ -54,7 +54,7 @@
|
||||
var/obj/effect/abstract/proximity_checker/advanced/F = edge_turfs[T]
|
||||
F.appearance = I.appearance
|
||||
F.invisibility = 0
|
||||
F.mouse_opacity = 0
|
||||
F.mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
||||
F.layer = 5
|
||||
|
||||
/datum/proximity_monitor/advanced/peaceborg_dampener/cleanup_edge_turf(turf/T)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
alpha = 0
|
||||
invisibility = INVISIBILITY_ABSTRACT
|
||||
flags = ABSTRACT|ON_BORDER
|
||||
mouse_opacity = 0
|
||||
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
||||
var/datum/proximity_monitor/advanced/parent = null
|
||||
|
||||
/obj/effect/abstract/proximity_checker/advanced/Initialize(mapload, _monitor)
|
||||
|
||||
Reference in New Issue
Block a user