commit | 69d13379caf5070cfcab9b195884524ae8b587ae | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Sun Apr 18 11:19:39 2021 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Sun Apr 18 11:19:39 2021 +0200 |
tree | e441aeb0752dd0a621791528824c46f813f5839c | |
parent | f0e5729d750d228a096f8032db2f880fc5ae3813 [diff] | |
parent | 29da7478d76e6ba5a5eea49e8490cc6f4e470252 [diff] |
Merge branch 'master' of ssh://mgg/mudlib-public
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;