mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Bugfixes: resisting grab and synth version (#4712)
-fixes #4704, so you can resist properly out of neckgrabs again if your stunned value is low enough -fixes the ipc construction whitelist check once for all -fixes orb's eyes sprites being at the wrong direction
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
|
||||
if(!src.head.law_manager)
|
||||
|
||||
if(!is_alien_whitelisted(M.brainmob, src.chest.linked_frame) && config.usealienwhitelist)
|
||||
if(!is_alien_whitelisted(M.brainmob, "Baseline Frame") && config.usealienwhitelist)
|
||||
user << "<span class='warning'>\The [W] does not seem to fit.</span>"
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user