mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user