mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
fixups
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
if(handlet_atom)
|
||||
release_atom()
|
||||
|
||||
/obj/item/physic_manipulation_tool/AltClick(mob/user)
|
||||
/obj/item/physic_manipulation_tool/click_alt(mob/user)
|
||||
. = ..()
|
||||
var/choised_color = input(usr, "Pick new effects color", "Physgun color") as color|null
|
||||
effects_color = choised_color
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
return
|
||||
. += span_notice(selected_mode.desc)
|
||||
|
||||
/obj/item/phystool/AltClick(mob/user)
|
||||
/obj/item/phystool/click_alt(mob/user)
|
||||
. = ..()
|
||||
if(selected_mode)
|
||||
qdel(selected_mode)
|
||||
|
||||
Reference in New Issue
Block a user