Bandage class

This commit is contained in:
He4eT 2020-03-17 16:00:55 +05:00
commit 6a17561943
4 changed files with 8 additions and 8 deletions

View file

@ -60,6 +60,7 @@ gameMain: GameMainDef
#include "src/item/dataCable.t"
#include "src/actor/surgeryAssistant.t"
#include "src/actor/pc.t"
#include "src/action/repair.t"
#include "src/item/_bandage.t"
#include "src/actor/pc.t"

3
src/item/_bandage.t Normal file
View file

@ -0,0 +1,3 @@
Bandage: Thing
iobjFor(RepairWith) { verify() {} }
;

View file

@ -1,4 +1,4 @@
dentalFloss: Thing
dentalFloss: Bandage
'dental floss'
'dental floss'
@me
@ -6,6 +6,4 @@ dentalFloss: Thing
used to remove food and dental plaque
from between teeth in areas
a toothbrush is unable to reach."
iobjFor(RepairWith) { verify() {} }
;

View file

@ -41,14 +41,12 @@ tapeWall: Thing, RoomPartItem
}
;
pieceOfTape: PresentLater, Thing
pieceOfTape: PresentLater, Bandage
'long safety tape/strip/piece'
'long strip of tape'
@cyanRoom
" Quite a long piece of safety tape.
It can serve as a rope."
iobjFor(RepairWith) { verify() {} }
;
uselessTape: PresentLater, Decoration