mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #3106 from Verkister/patch-55
Fixes borg blanket ban caused by whitelist jank
This commit is contained in:
@@ -289,8 +289,6 @@
|
|||||||
return
|
return
|
||||||
if(!(modtype in robot_modules))
|
if(!(modtype in robot_modules))
|
||||||
return
|
return
|
||||||
if(!is_borg_whitelisted(src, modtype))
|
|
||||||
return
|
|
||||||
|
|
||||||
var/module_type = robot_modules[modtype]
|
var/module_type = robot_modules[modtype]
|
||||||
transform_with_anim() //VOREStation edit: sprite animation
|
transform_with_anim() //VOREStation edit: sprite animation
|
||||||
|
|||||||
Reference in New Issue
Block a user