mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fixes broken tool usability logic
This commit is contained in:
@@ -46,7 +46,10 @@ avoid code duplication. This includes items that may sometimes act as a standard
|
|||||||
return 0
|
return 0
|
||||||
if(can_operate(src) && I.do_surgery(src,user))
|
if(can_operate(src) && I.do_surgery(src,user))
|
||||||
return 1
|
return 1
|
||||||
|
<<<<<<< HEAD
|
||||||
if(attempt_vr(src,"vore_attackby",args)) return //VOREStation Add - The vore, of course.
|
if(attempt_vr(src,"vore_attackby",args)) return //VOREStation Add - The vore, of course.
|
||||||
|
=======
|
||||||
|
>>>>>>> 7825217... Merge pull request #6707 from Heroman3003/surgfix
|
||||||
return I.attack(src, user, user.zone_sel.selecting, attack_modifier)
|
return I.attack(src, user, user.zone_sel.selecting, attack_modifier)
|
||||||
|
|
||||||
// Used to get how fast a mob should attack, and influences click delay.
|
// Used to get how fast a mob should attack, and influences click delay.
|
||||||
|
|||||||
Reference in New Issue
Block a user