Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions lua/ulx/modules/sh/cfc_civilize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ local transformations = {
["small"] = "of a size that is less than normal",
["large"] = "of considerable size",
["tiny"] = "very small",
["huge"] = "extremely large",
["huge"] = "astoundingly large",
["enormous"] = "very large",
["gigantic"] = "extremely large",
["massive"] = "exceptionally large",
Expand Down Expand Up @@ -261,7 +261,6 @@ local transformations = {
["bad"] = "maleficent",
["door"] = "entryway",
["server"] = "foie gras pipe of digital entertainment",
["huge"] = "astoundingly large",
["w"] = "great success",
["l"] = "tragic folly",
["crazy"] = "rife with madness",
Expand Down Expand Up @@ -293,6 +292,13 @@ local transformations = {
["body"] = "the material vessel which a soul inhabits",
["gun"] = "projectile firearm",
["smg"] = "compact automatic firearm",
["357"] = "high caliber hand firearm",
["pistol"] = "hand firearm",
["crossbow"] = "string accelerated heat-treated rebar launcher",
["cbow"] = "string accelerated heat-treated rebar launcher",
["shotgun"] = "multiple pellet firearm",
["ar2"] = "Combine Overwatch Standard Issue",
["stunstick"] = "Combine pacification device",
["crowbar"] = "corvid saloon",
["eat"] = "consume",
["drugs"] = "intoxicants",
Expand Down
Loading