Try to unify "back on solid ground" messaging
Put everything through a single function that can handle all the complicated parts of using the correct proposition for different terrain types, and will not just call things "solid ground" indiscriminately. This got complicated but I'm not sure if it's possible to do it much simpler while still using the distinct names for each type of terrain (unless you are OK with the sentences sounding sort of wonky).
This commit is contained in:
@@ -2949,7 +2949,8 @@ extern void acid_damage(struct obj *);
|
||||
extern int water_damage(struct obj *, const char *, boolean);
|
||||
extern void water_damage_chain(struct obj *, boolean);
|
||||
extern boolean rnd_nextto_goodpos(coordxy *, coordxy *, struct monst *);
|
||||
extern void back_on_ground(int);
|
||||
extern void back_on_ground(boolean);
|
||||
extern void rescued_from_terrain(int);
|
||||
extern boolean drown(void);
|
||||
extern void drain_en(int, boolean);
|
||||
extern int dountrap(void);
|
||||
|
||||
Reference in New Issue
Block a user