mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 14:24:55 +02:00
finish henricus inq dialogues
This commit is contained in:
@@ -78,22 +78,10 @@ function ItemType.isTrinket(self)
|
||||
return self:usesSlot(CONST_SLOT_AMMO) and self:getWeaponType() == WEAPON_NONE
|
||||
end
|
||||
|
||||
function ItemType.isKey(self)
|
||||
return self:getType() == ITEM_TYPE_KEY
|
||||
end
|
||||
|
||||
function ItemType.isBed(self)
|
||||
return self:getType() == ITEM_TYPE_BED
|
||||
end
|
||||
|
||||
function ItemType.isSplash(self)
|
||||
return self:getGroup() == ITEM_GROUP_SPLASH
|
||||
end
|
||||
|
||||
function ItemType.isPodium(self)
|
||||
return self:getGroup() == ITEM_GROUP_PODIUM
|
||||
end
|
||||
|
||||
function ItemType.getWeaponString(self)
|
||||
local weaponType = self:getWeaponType()
|
||||
local weaponString = "unknown"
|
||||
|
Reference in New Issue
Block a user