mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Stops MULEs from running over SSDs (#12452)
This commit is contained in:
committed by
variableundefined
parent
52dc932b43
commit
68dc738186
@@ -696,6 +696,8 @@
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/bot/mulebot/proc/RunOver(mob/living/carbon/human/H)
|
||||
if(H.player_logged)//No running over SSD people
|
||||
return
|
||||
add_attack_logs(src, H, "Run over (DAMTYPE: [uppertext(BRUTE)])")
|
||||
H.visible_message("<span class='danger'>[src] drives over [H]!</span>", \
|
||||
"<span class='userdanger'>[src] drives over you!</span>")
|
||||
|
||||
Reference in New Issue
Block a user