mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Merge pull request #19133 from ChangelingRain/scripturealert
Scripture being locked or unlocked is now announced to servants and ghosts
This commit is contained in:
@@ -54,7 +54,9 @@
|
||||
message_type=DEADCHAT_DEATHRATTLE)
|
||||
if(mind)
|
||||
mind.store_memory("Time of death: [tod]", 0)
|
||||
var/list/scripture_states = get_scripture_states()
|
||||
living_mob_list -= src
|
||||
scripture_unlock_alert(scripture_states)
|
||||
if(!gibbed)
|
||||
dead_mob_list += src
|
||||
else if(buckled)
|
||||
|
||||
@@ -138,4 +138,4 @@
|
||||
return //we don't get hacked or give a shit about it
|
||||
|
||||
/mob/living/simple_animal/drone/cogscarab/drone_chat(msg)
|
||||
send_hierophant_message(src, msg, "heavy_alloy") //HIEROPHANT DRONES
|
||||
titled_hierophant_message(src, msg, "heavy_alloy") //HIEROPHANT DRONES
|
||||
|
||||
Reference in New Issue
Block a user