Files
Bubberstation/modular_skyrat/modules/singularity_engine/code/singularity_effect.dm
Gandalf 4a950241b6 [PRIORITY] MODULARISATION AUDIT PART 1: MAKING SKYRAT GREAT AGAIN (#9464)
* EFT

* E

* EEE

* E

* INTO TO ORBIT

* I hate this but I'm going to ignore it.

* Seriously, fuck this.

* Update CentCom_skyrat_z2.dmm

* Update tgstation.dme

* oops

* Update positronic_alert_console.dm

* E
2021-11-16 12:01:30 -05:00

22 lines
518 B
Plaintext

/obj/effect/singularity_creation
name = "collapsing spacetime"
desc = "It looks like spacetime is collapsing, oh shit!"
icon = 'modular_skyrat/modules/aesthetics/singularity/singularity_creation.dmi'
icon_state = ""
anchored = TRUE
opacity = FALSE
pixel_x = -32
pixel_y = -32
var/timeleft = 62
/obj/effect/singularity_creation/Initialize()
. = ..()
if(timeleft)
QDEL_IN(src, timeleft)
/obj/effect/singularity_creation/singularity_act()
return
/obj/singularity/proc/make_visible()
invisibility = NONE