mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user