mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Merge pull request #20054 from ChangelingRain/adaptabilityisavirtuethatnobodyappreciatestheailitytomoldyourselftowhatotherpeopleexpectandtheydontnoticebecausewhywouldtheytheyregettingwhattheyexpect
Fixes cult floor overlays
This commit is contained in:
@@ -146,24 +146,6 @@
|
||||
mouse_opacity = 0
|
||||
animate(src, alpha = 0, time = duration)
|
||||
|
||||
/obj/effect/overlay/cult
|
||||
mouse_opacity = 0
|
||||
var/atom/linked
|
||||
|
||||
/obj/effect/overlay/cult/ex_act()
|
||||
return FALSE
|
||||
|
||||
/obj/effect/overlay/cult/Destroy()
|
||||
if(linked)
|
||||
linked = null
|
||||
..()
|
||||
return QDEL_HINT_PUTINPOOL
|
||||
|
||||
/obj/effect/overlay/cult/floor
|
||||
icon = 'icons/turf/floors.dmi'
|
||||
icon_state = "cult"
|
||||
layer = TURF_LAYER
|
||||
|
||||
/obj/effect/overlay/temp/cult
|
||||
randomdir = 0
|
||||
duration = 10
|
||||
@@ -203,7 +185,7 @@
|
||||
icon_state = "wallglow"
|
||||
layer = ABOVE_NORMAL_TURF_LAYER
|
||||
|
||||
/obj/effect/overlay/temp/cult/turf/open/floor
|
||||
/obj/effect/overlay/temp/cult/turf/floor
|
||||
icon_state = "floorglow"
|
||||
duration = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user