mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
typo
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
if(attack_cycles < attack_cycles_max)
|
||||
// Most of the time, do a standard attack...
|
||||
return ..()
|
||||
// ... but on every attack_cycles_max attacks, do a powerful disemboweling kick attack instead
|
||||
// ... but, every attack_cycles_max attacks, do a powerful disemboweling kick instead
|
||||
attack_cycles = 0
|
||||
attacktext = "VICIOUSLY KICKS"
|
||||
melee_damage_lower = 60
|
||||
|
||||
Reference in New Issue
Block a user