pmnames follow-up
replace references to "aligned priest" in several lua files with "aligned cleric" also accept "aligned priest" during ^G parsing
This commit is contained in:
@@ -33,7 +33,7 @@ des.region({ region={31,00, 39,13}, lit=0, type="morgue", filled=1 })
|
||||
des.region({ region={11,03, 29,10}, lit=1, type="temple", filled=1, irregular=1 })
|
||||
-- The altar inside the temple
|
||||
des.altar({ x=20,y=07, align="noalign", type="shrine" })
|
||||
des.monster({ id = "aligned priest", x=20, y=07, align="noalign", peaceful = 0 })
|
||||
des.monster({ id = "aligned cleric", x=20, y=07, align="noalign", peaceful = 0 })
|
||||
-- Doors
|
||||
des.door("locked",10,06)
|
||||
des.door("locked",10,07)
|
||||
|
||||
Reference in New Issue
Block a user