mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Initialized singulo
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
grav_pull = 10
|
||||
consume_range = 12 //How many tiles out do we eat
|
||||
|
||||
/obj/singularity/narsie/large/New()
|
||||
..()
|
||||
/obj/singularity/narsie/large/Initialize(mapload, starting_energy)
|
||||
. = ..()
|
||||
icon_state = SSticker.cultdat?.entity_icon_state
|
||||
name = SSticker.cultdat?.entity_name
|
||||
to_chat(world, "<font size='15' color='red'><b> [uppertext(name)] HAS RISEN</b></font>")
|
||||
@@ -41,9 +41,10 @@
|
||||
var/image/alert_overlay = image('icons/effects/cult_effects.dmi', "ghostalertsie")
|
||||
notify_ghosts("[name] has risen in \the [A.name]. Reach out to the Geometer to be given a new shell for your soul.", source = src, alert_overlay = alert_overlay, action = NOTIFY_ATTACK)
|
||||
|
||||
narsie_spawn_animation()
|
||||
INVOKE_ASYNC(src, .proc/narsie_spawn_animation)
|
||||
addtimer(CALLBACK(src, .proc/call_shuttle), 7 SECONDS)
|
||||
|
||||
sleep(7 SECONDS)
|
||||
/obj/singularity/narsie/large/proc/call_shuttle()
|
||||
SSshuttle.emergency.request(null, 0.3)
|
||||
SSshuttle.emergency.canRecall = FALSE // Cannot recall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user