mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
reverts the omnitool getting eyestab element when becoming a screwdriver (#70881)
This commit is contained in:
@@ -117,11 +117,6 @@
|
||||
if("Wire Brush")
|
||||
tool_behaviour = TOOL_RUSTSCRAPER
|
||||
|
||||
if(tool_behaviour == TOOL_SCREWDRIVER)
|
||||
AddElement(/datum/element/eyestab)
|
||||
else
|
||||
RemoveElement(/datum/element/eyestab)
|
||||
|
||||
/obj/item/debug/omnitool/item_spawner/attack_self(mob/user)
|
||||
if(!user || !user.client)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user