Re-Adds Mouse Opacity to a bunch of effects (#30215)

* Re-Adds Mouse Opacity to a bunch of effects

* oh fuck blob too
This commit is contained in:
DeityLink
2021-08-14 12:49:31 +02:00
committed by GitHub
parent abd67a5cf1
commit 6bdbfed15d
6 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ var/list/blob_overminds = list()
opacity = 0
anchored = 1
penetration_dampening = 17
mouse_opacity = 1
var/health = 20
var/maxhealth = 20
var/health_timestamp = 0

View File

@@ -14,6 +14,7 @@
name = "alien thing"
desc = "There's something alien about this."
icon = 'icons/mob/alien.dmi'
mouse_opacity = 1
w_type=NOT_RECYCLABLE
/*

View File

@@ -8,6 +8,7 @@
icon = 'icons/obj/lighting.dmi'
icon_state = "glowshroomf"
layer = BELOW_TABLE_LAYER
mouse_opacity = 1
var/endurance = 30
var/potency = 30
var/delay = 1200

View File

@@ -2,6 +2,7 @@
name = "overlay"
w_type=NOT_RECYCLABLE
plane = ABOVE_HUMAN_PLANE
mouse_opacity = 1
var/i_attached//Added for possible image attachments to objects. For hallucinations and the like.
/obj/effect/overlay/cultify()

View File

@@ -3,6 +3,7 @@
desc = "Looks stable, but still, best to test it with the clown first."
icon = 'icons/obj/stationobjs.dmi'
icon_state = "portal0"
mouse_opacity = 1
var/mask = "portal_mask"
var/open_sound = 'sound/effects/portal_open.ogg'
var/close_sound = 'sound/effects/portal_close.ogg'

View File

@@ -11,7 +11,7 @@
density = 0
plane = ABOVE_HUMAN_PLANE
pass_flags = PASSTABLE | PASSGRILLE | PASSGIRDER | PASSMACHINE
//mouse_opacity = 2
mouse_opacity = 1
var/health = 10
var/max_health = 100