mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixes Lord Singuloth hungering for more than he should (#33025)
This commit is contained in:
@@ -98,6 +98,12 @@ GLOBAL_LIST_INIT(hallucinations_major, list(
|
||||
var/image_layer = MOB_LAYER
|
||||
var/active = TRUE //qdelery
|
||||
|
||||
/obj/effect/hallucination/singularity_pull()
|
||||
return
|
||||
|
||||
/obj/effect/hallucination/singularity_act()
|
||||
return
|
||||
|
||||
/obj/effect/hallucination/simple/Initialize(mapload, var/mob/living/carbon/T)
|
||||
. = ..()
|
||||
target = T
|
||||
|
||||
Reference in New Issue
Block a user