Skip to content

Commit 163d365

Browse files
Add new weapon descriptions to cfc_civilize.lua (#191)
* Add new item descriptions to cfc_civilize.lua * removed duplicate for "rpg" * remove potentionally pointless entries * fancify "hot" to "heat-treated" "hot" previously got caught by another entry in civilize, so i changed it to "heat-treated" * Just remove that --------- Co-authored-by: StrawWagen <64710817+StrawWagen@users.noreply.github.com>
1 parent db9b054 commit 163d365

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

lua/ulx/modules/sh/cfc_civilize.lua

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ local transformations = {
177177
["small"] = "of a size that is less than normal",
178178
["large"] = "of considerable size",
179179
["tiny"] = "very small",
180-
["huge"] = "extremely large",
180+
["huge"] = "astoundingly large",
181181
["enormous"] = "very large",
182182
["gigantic"] = "extremely large",
183183
["massive"] = "exceptionally large",
@@ -261,7 +261,6 @@ local transformations = {
261261
["bad"] = "maleficent",
262262
["door"] = "entryway",
263263
["server"] = "foie gras pipe of digital entertainment",
264-
["huge"] = "astoundingly large",
265264
["w"] = "great success",
266265
["l"] = "tragic folly",
267266
["crazy"] = "rife with madness",
@@ -293,6 +292,13 @@ local transformations = {
293292
["body"] = "the material vessel which a soul inhabits",
294293
["gun"] = "projectile firearm",
295294
["smg"] = "compact automatic firearm",
295+
["357"] = "high caliber hand firearm",
296+
["pistol"] = "hand firearm",
297+
["crossbow"] = "string accelerated heat-treated rebar launcher",
298+
["cbow"] = "string accelerated heat-treated rebar launcher",
299+
["shotgun"] = "multiple pellet firearm",
300+
["ar2"] = "Combine Overwatch Standard Issue",
301+
["stunstick"] = "Combine pacification device",
296302
["crowbar"] = "corvid saloon",
297303
["eat"] = "consume",
298304
["drugs"] = "intoxicants",

0 commit comments

Comments
 (0)