mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-27 21:06:34 +01:00
Maintainer suggestion
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
|
||||
/obj/item/hypospray/mkii/CtrlClick(mob/living/user)
|
||||
. = ..()
|
||||
if(user.canUseTopic(src, FALSE))
|
||||
if(user.canUseTopic(src, FALSE) && user.get_active_held_item(src))
|
||||
switch(mode)
|
||||
if(HYPO_SPRAY)
|
||||
mode = HYPO_INJECT
|
||||
|
||||
Reference in New Issue
Block a user