fixes misspellings of "aggressive" in a few areas. (#61092)

Fixes the spelling of "aggressive" in a few items, comments and a define.
This commit is contained in:
aaaa1023
2021-08-30 20:49:35 +01:00
committed by GitHub
parent a17a2541ff
commit f04df890dd
11 changed files with 13 additions and 13 deletions
@@ -13,7 +13,7 @@
if(!istype(new_pawn, /obj/machinery/vending))
return AI_CONTROLLER_INCOMPATIBLE
var/obj/machinery/vending/vendor_pawn = new_pawn
vendor_pawn.tiltable = FALSE //Not manually tiltable by hitting it anymore. We are now agressively doing it ourselves.
vendor_pawn.tiltable = FALSE //Not manually tiltable by hitting it anymore. We are now aggressively doing it ourselves.
vendor_pawn.AddElement(/datum/element/waddling)
vendor_pawn.AddElement(/datum/element/footstep, FOOTSTEP_OBJ_MACHINE, 1, -6, vary = TRUE)
vendor_pawn.squish_damage = 15