Unhide monster hiding under chain when unpunished

This commit is contained in:
Pasi Kallinen
2022-03-01 16:14:07 +02:00
parent 473ae4a6a0
commit e83917bbf3

View File

@@ -2826,6 +2826,7 @@ unpunish(void)
/* chain goes away */
obj_extract_self(uchain);
maybe_unhide_at(uchain->ox, uchain->oy);
newsym(uchain->ox, uchain->oy);
setworn((struct obj *) 0, W_CHAIN); /* sets 'uchain' to Null */
dealloc_obj(savechain);