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:
Qwertytoforty
2024-11-04 18:22:34 +00:00
committed by GitHub
co-authored by DGamerL
parent e64499af6a
commit 358f062499
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)