mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Cult Fixes and Tweaks: Admins can cult anyone, Constructs get their comms back. (#12816)
* allows admins to cult anyone * Constructs get cult chat again * made it ONLY cult constructs get cult comms
This commit is contained in:
+1
-3
@@ -225,9 +225,7 @@
|
||||
|
||||
/datum/mind/proc/memory_edit_cult(mob/living/carbon/human/H)
|
||||
. = _memory_edit_header("cult")
|
||||
if(ismindshielded(H))
|
||||
. += "<B>NO</B>|cultist"
|
||||
else if(src in SSticker.mode.cult)
|
||||
if(src in SSticker.mode.cult)
|
||||
. += "<a href='?src=[UID()];cult=clear'>no</a>|<b><font color='red'>CULTIST</font></b>"
|
||||
. += "<br>Give <a href='?src=[UID()];cult=tome'>tome</a>|<a href='?src=[UID()];cult=equip'>equip</a>."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user