mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
[MIRROR] reverts the omnitool getting eyestab element when becoming a screwdriver [MDB IGNORE] (#17247)
* reverts the omnitool getting eyestab element when becoming a screwdriver (#70881) * reverts the omnitool getting eyestab element when becoming a screwdriver Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
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