mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes borg blanket ban caused by whitelist jank
Earlyport from upstream fix
This commit is contained in:
@@ -289,8 +289,6 @@
|
||||
return
|
||||
if(!(modtype in robot_modules))
|
||||
return
|
||||
if(!is_borg_whitelisted(src, modtype))
|
||||
return
|
||||
|
||||
var/module_type = robot_modules[modtype]
|
||||
transform_with_anim() //VOREStation edit: sprite animation
|
||||
|
||||
Reference in New Issue
Block a user