Prevent library NPCs from getting mad at you for blundering into a closing gate.
While here, adjust the max hp of the Library Guards, to silence a warning about them having hp greater than max health.master
parent
72c83cfec0
commit
1e58677250
|
|
@ -10,7 +10,7 @@ enter_x 9
|
||||||
enter_y 15
|
enter_y 15
|
||||||
msg
|
msg
|
||||||
Created: 1996-04-28 b.t. (thomas@astro.psu.edu)
|
Created: 1996-04-28 b.t. (thomas@astro.psu.edu)
|
||||||
Modified: 2021-10-09 Rick Tanner
|
Modified: 2023-04-18 Daniel Hawkins
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
|
|
@ -651,12 +651,15 @@ y 7
|
||||||
end
|
end
|
||||||
arch charwoman
|
arch charwoman
|
||||||
name Verunda the janitor
|
name Verunda the janitor
|
||||||
|
Con 1
|
||||||
x 4
|
x 4
|
||||||
y 7
|
y 7
|
||||||
carrying 150000
|
carrying 150000
|
||||||
|
friendly 1
|
||||||
arch knight
|
arch knight
|
||||||
name Library Guard
|
name Library Guard
|
||||||
hp 2500
|
hp 2500
|
||||||
|
maxhp 2500
|
||||||
speed 0.200000
|
speed 0.200000
|
||||||
unaggressive 0
|
unaggressive 0
|
||||||
end
|
end
|
||||||
|
|
@ -1408,9 +1411,11 @@ endmsg
|
||||||
x 8
|
x 8
|
||||||
y 12
|
y 12
|
||||||
carrying 150000
|
carrying 150000
|
||||||
|
friendly 1
|
||||||
arch knight
|
arch knight
|
||||||
name Library Guard
|
name Library Guard
|
||||||
hp 2500
|
hp 2500
|
||||||
|
maxhp 2500
|
||||||
speed 0.200000
|
speed 0.200000
|
||||||
unaggressive 0
|
unaggressive 0
|
||||||
end
|
end
|
||||||
|
|
@ -2476,9 +2481,11 @@ endmsg
|
||||||
x 14
|
x 14
|
||||||
y 11
|
y 11
|
||||||
carrying 150000
|
carrying 150000
|
||||||
|
friendly 1
|
||||||
arch knight
|
arch knight
|
||||||
name Library Guard
|
name Library Guard
|
||||||
hp 2500
|
hp 2500
|
||||||
|
maxhp 2500
|
||||||
speed 0.200000
|
speed 0.200000
|
||||||
unaggressive 0
|
unaggressive 0
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue