Some hallu monster, liquid, trap changes

This commit is contained in:
Pasi Kallinen
2026-04-29 19:14:47 +03:00
parent 0be07d2816
commit 8a41076657
3 changed files with 21 additions and 4 deletions
+17 -3
View File
@@ -97,6 +97,22 @@ voussoir
barking spider barking spider
frog cloud frog cloud
toothsayer toothsayer
third eye
owlpug
pugasus
acorn
red dot
robot chicken
doozer
poison cackler
lhurgoyf
phelddagrif
tiktaalik
weremoustache
rapier tapir
choplet
pommelbug
quest sprout
# Quendor (Zork, &c.) # Quendor (Zork, &c.)
grue grue
@@ -301,6 +317,7 @@ wiki
peer peer
COBOL COBOL
wire shark wire shark
stray tab
# bugs # bugs
bohrbug bohrbug
@@ -384,9 +401,6 @@ little green man
# Portal # Portal
weighted Companion Cube weighted Companion Cube
# /b/
/b/tard
# South Park # South Park
manbearpig manbearpig
+1 -1
View File
@@ -1484,7 +1484,7 @@ static NEARDATA const char *const hliquids[] = {
"caramel sauce", "ink", "aqueous humour", "milk substitute", "caramel sauce", "ink", "aqueous humour", "milk substitute",
"fruit juice", "glowing lava", "gastric acid", "mineral water", "fruit juice", "glowing lava", "gastric acid", "mineral water",
"cough syrup", "quicksilver", "sweet vitriol", "grey goo", "pink slime", "cough syrup", "quicksilver", "sweet vitriol", "grey goo", "pink slime",
"cosmic latte", "cosmic latte", "bone oil", "custard", "lard", "vinegar", "creosote",
/* "new coke (tm)", --better not */ /* "new coke (tm)", --better not */
}; };
+3
View File
@@ -7123,6 +7123,9 @@ trapname(
"sweet-smelling gas vent", "phone booth", "exploding runes", "sweet-smelling gas vent", "phone booth", "exploding runes",
"never-ending elevator", "slime pit", "warp zone", "illusory floor", "never-ending elevator", "slime pit", "warp zone", "illusory floor",
"pile of poo", "honey trap", "tourist trap", "pile of poo", "honey trap", "tourist trap",
"banana peel", "garden rake", "whoopie cushion", "box and stick trap",
"fly trap", "legal trap", "pit of snakes", "pollywog trap",
"slippery slope", "thirst trap", "tourist trap", "suntrap",
}; };
static char roletrap[33]; /* [17 + 5 + 1] should suffice */ static char roletrap[33]; /* [17 + 5 + 1] should suffice */