mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 18:42:19 +00:00
Typo from robotslash commit.
This commit is contained in:
@@ -899,7 +899,7 @@ var/list/robot_verbs_default = list(
|
||||
if(istype(user,/mob/living/carbon/human))
|
||||
var/mob/living/carbon/human/H = user
|
||||
if(H.species.can_shred(H))
|
||||
attack_generic(H, rand(30,50), "slashes")
|
||||
attack_generic(H, rand(30,50), "slashed")
|
||||
return
|
||||
|
||||
if(opened && !wiresexposed && (!istype(user, /mob/living/silicon)))
|
||||
|
||||
Reference in New Issue
Block a user