mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-31 00:49:14 +01:00
Huge Typo
Also Regex was glogged
This commit is contained in:
@@ -138,8 +138,8 @@
|
||||
current_potion = O
|
||||
to_chat(user, "<span class='notice'>You load [O] in the console's potion slot[replaced ? ", replacing the one that was there before" : ""].</span>")
|
||||
return
|
||||
else if(O.tool_behavior == TOOL_MULTITOOL)
|
||||
if(!multitool_check_buffer(user, W))
|
||||
else if(O.tool_behaviour == TOOL_MULTITOOL)
|
||||
if(!multitool_check_buffer(user, O))
|
||||
return
|
||||
var/obj/item/multitool/M = O
|
||||
if(istype(M.buffer))
|
||||
|
||||
Reference in New Issue
Block a user