mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Ghosts now have runechat (#95223)
## About The Pull Request Ghosts now have runechat between eachother and when the round's over. Taken from https://github.com/Monkestation/Monkestation2.0/pull/797 ## Why It's Good For The Game It makes for better screenshots and for messages to not be drowned out between ghost convo. ## Changelog 🆑 dwasint qol: Ghosts now have runechat. /🆑 --------- Co-authored-by: Jordan Dominion <jordanhcbrown+github@gmail.com>
This commit is contained in:
co-authored by
Jordan Dominion
parent
8fb0f91587
commit
d0f6dfd46e
@@ -437,6 +437,12 @@
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/mob/dead/observer/runechat_prefs_check(mob/target, visible_message_flags = NONE)
|
||||
if(!..())
|
||||
return FALSE
|
||||
if(!target.client?.prefs.read_preference(/datum/preference/toggle/enable_runechat_ghosts))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
///Get the item on the mob in the storage slot identified by the id passed in
|
||||
/mob/proc/get_item_by_slot(slot_id) as /obj/item
|
||||
|
||||
Reference in New Issue
Block a user