mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
Fixes examine for mobs that relied on atom proc features.
-Mainly affected borgs and pAIs. Maybe others idk.
This commit is contained in:
@@ -611,8 +611,8 @@
|
||||
set desc = "Switch sharp/fuzzy scaling for current mob."
|
||||
appearance_flags ^= PIXEL_SCALE
|
||||
|
||||
/mob/living/examine(mob/user)
|
||||
. = ..()
|
||||
/mob/living/examine(mob/user, distance, infix, suffix)
|
||||
. = ..(user, distance, infix, suffix)
|
||||
if(showvoreprefs)
|
||||
to_chat(user, "<span class='deptradio'><a href='?src=\ref[src];vore_prefs=1'>\[Mechanical Vore Preferences\]</a></span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user