mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Bandage class
This commit is contained in:
parent
eb46d96067
commit
6a17561943
4 changed files with 8 additions and 8 deletions
|
|
@ -60,6 +60,7 @@ gameMain: GameMainDef
|
||||||
#include "src/item/dataCable.t"
|
#include "src/item/dataCable.t"
|
||||||
#include "src/actor/surgeryAssistant.t"
|
#include "src/actor/surgeryAssistant.t"
|
||||||
|
|
||||||
#include "src/actor/pc.t"
|
|
||||||
|
|
||||||
#include "src/action/repair.t"
|
#include "src/action/repair.t"
|
||||||
|
#include "src/item/_bandage.t"
|
||||||
|
|
||||||
|
#include "src/actor/pc.t"
|
||||||
|
|
|
||||||
3
src/item/_bandage.t
Normal file
3
src/item/_bandage.t
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
Bandage: Thing
|
||||||
|
iobjFor(RepairWith) { verify() {} }
|
||||||
|
;
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
dentalFloss: Thing
|
dentalFloss: Bandage
|
||||||
'dental floss'
|
'dental floss'
|
||||||
'dental floss'
|
'dental floss'
|
||||||
@me
|
@me
|
||||||
|
|
@ -6,6 +6,4 @@ dentalFloss: Thing
|
||||||
used to remove food and dental plaque
|
used to remove food and dental plaque
|
||||||
from between teeth in areas
|
from between teeth in areas
|
||||||
a toothbrush is unable to reach."
|
a toothbrush is unable to reach."
|
||||||
|
|
||||||
iobjFor(RepairWith) { verify() {} }
|
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -41,14 +41,12 @@ tapeWall: Thing, RoomPartItem
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
pieceOfTape: PresentLater, Thing
|
pieceOfTape: PresentLater, Bandage
|
||||||
'long safety tape/strip/piece'
|
'long safety tape/strip/piece'
|
||||||
'long strip of tape'
|
'long strip of tape'
|
||||||
@cyanRoom
|
@cyanRoom
|
||||||
" Quite a long piece of safety tape.
|
" Quite a long piece of safety tape.
|
||||||
It can serve as a rope."
|
It can serve as a rope."
|
||||||
|
|
||||||
iobjFor(RepairWith) { verify() {} }
|
|
||||||
;
|
;
|
||||||
|
|
||||||
uselessTape: PresentLater, Decoration
|
uselessTape: PresentLater, Decoration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue