mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Remove redundant 'as'
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
else
|
||||
return attack_hand(user)
|
||||
|
||||
/obj/machinery/attack_hand(mob/user as mob)
|
||||
/obj/machinery/attack_hand(mob/user)
|
||||
if(user.incapacitated())
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user