mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 07:32:15 +00:00
improves clarification on having martial arts as a non carbon (#21189)
* improves clarification on having martial arts as a non carbon * worked in testing * xenomicrobes
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
break
|
||||
if(isobserver(M))
|
||||
continue
|
||||
if(istype(M, /mob/living/simple_animal/bot/mulebot) || istype(M, /mob/camera))
|
||||
if(istype(M, /mob/living/simple_animal/bot/mulebot) || iscameramob(M))
|
||||
continue
|
||||
if(M.buckled || M.anchored || M.has_buckled_mobs())
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user