commit | f0e5729d750d228a096f8032db2f880fc5ae3813 | [log] [tgz] |
---|---|---|
author | Arathorn <mud@mg.mud.de> | Fri Apr 16 19:35:27 2021 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Fri Apr 16 19:35:27 2021 +0200 |
tree | d8550d4b3219fca706bebfc20ad56c98d64012b8 | |
parent | 5481d494566f9574e15927bff5f946c56c4abb42 [diff] [blame] |
Fix Typfehler im deklarativen Typecast Change-Id: Iae3ba29fded7110040319346fb9f7fbe56bf53bb
diff --git a/room/death/death_room.c b/room/death/death_room.c index c37dcbe..cb20aca 100644 --- a/room/death/death_room.c +++ b/room/death/death_room.c
@@ -512,7 +512,7 @@ " ..."; } else if ( !killer_name ) { - if ( ({string}) pl->QueryProp(P_KILLER) == "gift" ){ + if ( ({object|string}) pl->QueryProp(P_KILLER) == "gift" ){ killer_name = "Vergiftung"; kgen = FEMALE; kart = 1;