mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Updated SSgarbage (#18173)
* pain * sadfas * sdfa * sdfasf * sfa * sdf * might the lord have mercy on our soul * i cri everidai * adeste fideles * sdf * where will this lead, what's coming next, from your inventions * dear lord * gjvhk * i cri everidai * fsgf * sdfa * sdaf * hiuhi
This commit is contained in:
@@ -52,6 +52,12 @@
|
||||
if(prob(75))
|
||||
my_effect.trigger = rand(1,4)
|
||||
|
||||
/obj/machinery/artifact/Destroy()
|
||||
QDEL_NULL(my_effect)
|
||||
QDEL_NULL(secondary_effect)
|
||||
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/artifact/process()
|
||||
|
||||
var/turf/L = loc
|
||||
|
||||
@@ -45,6 +45,11 @@
|
||||
chargelevelmax = rand(20, 60)
|
||||
effectrange = rand(15, 20)
|
||||
|
||||
/datum/artifact_effect/Destroy(force)
|
||||
holder = null
|
||||
|
||||
. = ..()
|
||||
|
||||
/datum/artifact_effect/proc/ToggleActivate(var/reveal_toggle = 1)
|
||||
//so that other stuff happens first
|
||||
spawn(0)
|
||||
|
||||
Reference in New Issue
Block a user