mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 06:37:05 +01:00
Abstract Eating of Ore to Fix Unintentional Prompt
Using the verb with nothing in your hand brings up a prompt to select an object due to the argument in the verb. This resolves the issue, instead just showing the "nothing in your hand" message as intended.
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
if(H.species.eat_ore == 1)
|
||||
H.eat_ore(src)
|
||||
H.handle_eat_ore(src)
|
||||
return
|
||||
..()
|
||||
//VOREStation Add End
|
||||
|
||||
Reference in New Issue
Block a user