mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Prevent AIs from changing their shell's icon_state arbitraily [MDB IGNORE] (#19260)
* Prevent AIs from changing their shell's icon_state arbitraily (#73112) * Prevent AIs from changing their shell's icon_state arbitraily --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
if(!isAI(holder.mob))
|
||||
qdel(src)
|
||||
return
|
||||
switch(action)
|
||||
if("search")
|
||||
if(search_string != params["to_search"])
|
||||
|
||||
Reference in New Issue
Block a user