mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Fix prayer bread runtiming on mindless mobs (#29164)
* This bread isn't minding its business * Update code/game/objects/items/weapons/holy_weapons.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Vi3trice <80771500+Vi3trice@users.noreply.github.com> --------- Signed-off-by: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
co-authored by
PollardTheDragon
parent
8df841a209
commit
5b6513bfe0
@@ -653,8 +653,10 @@
|
||||
|
||||
/obj/item/nullrod/rosary/bread/process()
|
||||
var/mob/living/carbon/human/holder = loc
|
||||
//would like to make the holder mime if they have it in on thier person in general
|
||||
// would like to make the holder mime if they have it in on their person in general
|
||||
for(var/mob/living/carbon/human/H in range(5, loc))
|
||||
if(!H.mind)
|
||||
continue
|
||||
if(H.mind.assigned_role == "Clown" && !LAZYACCESS(smited_clowns, H))
|
||||
LAZYSET(smited_clowns, H, TRUE)
|
||||
H.Silence(20 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user