mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
peasant: fix build from scratch
This commit is contained in:
parent
f995111688
commit
b7db1a2e0b
@ -595,6 +595,9 @@ graphics_inside/graphics_inside.inc:
|
||||
sprites/inventory_sprites.inc:
|
||||
cd sprites && make
|
||||
|
||||
sprites/peasant_sprites.inc:
|
||||
cd sprites && make
|
||||
|
||||
sprites/trogdor_sprites.inc:
|
||||
cd sprites && make
|
||||
|
||||
|
@ -173,3 +173,10 @@ POINTS IMPLEMENTED: (in order of implementation)
|
||||
+ 5 (give riches)
|
||||
======
|
||||
21 points
|
||||
|
||||
|
||||
deaths implemented
|
||||
==================
|
||||
+1 Typing "die"
|
||||
+2 Cutting off arms, legs, and head
|
||||
|
||||
|
@ -91,7 +91,8 @@ gary_scare_horse_message3:
|
||||
.byte "these baby spiders come",13
|
||||
.byte "out. It doesn't phase him.",0
|
||||
|
||||
; + kick/kill/punch poor gary (before scaring) (Warning: Needless to say, this kills you.)
|
||||
; + kick/kill/punch poor gary (before scaring)
|
||||
; (Warning: Needless to say, this kills you.)
|
||||
gary_kick_horse_message:
|
||||
.byte "You attempt to cause Poor",13
|
||||
.byte "Gary harm for no good",13
|
||||
@ -105,6 +106,7 @@ gary_kick_horse_message2:
|
||||
.byte "packs a mean whallop. You",13
|
||||
.byte "dead. Thanks for playing.",0
|
||||
; game over screen
|
||||
|
||||
; + kick/kill/punch flies (before scaring him)
|
||||
gary_kick_flies_message:
|
||||
.byte "Those flies and that",13
|
||||
|
Loading…
Reference in New Issue
Block a user