|
subclass BConsume of WorldObjectBase
|
|
{
|
|
scratch = $0
|
|
pModule = $ffff ; -1
|
|
pLine = $ffff ; -1
|
|
pName = $0
|
|
pSelf = $0
|
|
pType = $d ; 13, seenRect
|
|
pEffect = $0
|
|
pState = $0
|
|
|
|
buildVerbList()
|
|
}
|
|
|
|
string_0028 = "Unknown consumable state of %d"
|
|
string_0047 = "BConsume"
|
|
|