mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
pulse demon summoner warns better (#27137)
* pulse demon summoner warns better * Update antag_spawner.dm * Update code/modules/antagonists/_common/antag_spawner.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> * Update code/game/gamemodes/wizard/spellbook.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -622,7 +622,7 @@
|
||||
|
||||
/datum/spellbook_entry/item/pulsedemonbottle
|
||||
name = "Living Lightbulb"
|
||||
desc = "A magically sealed lightbulb confining some manner of electricity based creature. Beware, these creatures are indiscriminate in their shocking antics, and you yourself may become a victim."
|
||||
desc = "A magically sealed lightbulb confining some manner of electricity based creature. Beware, these creatures are indiscriminate in their shocking antics, and you yourself may become a victim. It is *heavily* advised not to summon it in maintenance areas."
|
||||
item_path = /obj/item/antag_spawner/pulse_demon
|
||||
category = "Summons"
|
||||
limit = 3
|
||||
|
||||
@@ -398,7 +398,7 @@
|
||||
|
||||
/obj/item/antag_spawner/pulse_demon
|
||||
name = "living lightbulb"
|
||||
desc = "A magically sealed lightbulb confining some manner of electricity based creature."
|
||||
desc = "A magically sealed lightbulb confining some manner of electricity based creature. It is *heavily* advised not to summon it in maintenance areas."
|
||||
icon = 'icons/obj/lighting.dmi'
|
||||
icon_state = "lbulb"
|
||||
var/shatter_msg = "<span class='notice'>You shatter the bulb, no turning back now!</span>"
|
||||
@@ -422,7 +422,7 @@
|
||||
return
|
||||
|
||||
used = TRUE
|
||||
to_chat(user, "<span class='notice'>You break the seal on the bulb, waiting for the creature to spark to life...</span>")
|
||||
to_chat(user, "<span class='danger'>You break the seal on the bulb, waiting for the creature to spark to life... you might wish to get to safety!</span>")
|
||||
|
||||
var/list/candidates = SSghost_spawns.poll_candidates("Do you want to play as a pulse demon summoned by [user.real_name]?", ROLE_DEMON, TRUE, 10 SECONDS, source = demon_type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user