vkdoom_m/wadsrc/static/zscript/actors
XLightningStormL 9c383e9379
DepleteBy virtual
* Update inventory_util.zs

Added ExtraDepletionBehavior() functionality to TakeInventory and UseInventory

* Update inventory.zs

Added ExtraDepletionBehavior (int takeAmount) function

* Update inventory_util.zs

ExtraDepletionBehavior now requires at least 1 item in reserve to work

* Replaced ExtraDepletion with DepleteBy Logic

Shoutout to RicardoLuis0

* Replaced ExtraDepletion with DepleteBy Logic

Shoutout to RicardoLuis0

* Update inventory_util.zs

added sv_infiniteinventory checks for takeinventory for custominventory items, restored support for sv_infiniteinventory useinventory items

* Update inventory.zs

cleaned up DepleteBy - removing unnecessary "--Amount <= 0 && usedItem" check and usedItem bool

* Update inventory_util.zs

removed unnecessary sv_infiniteinventory check

* Update inventory.zs

amount is integer, depleteordestroy should occur when amount is less than 1
2025-05-02 20:27:28 -03:00
..
chex Add GFF_NOEXTCHANGE to Phasing Zorcher flash 2022-11-01 16:46:19 +01:00
doom Made the BFG and EXPLOSIVE weapon flags usable. 2025-02-20 20:37:20 -03:00
heretic Properly assign tags to various Raven game items 2025-03-22 14:49:27 -03:00
hexen Properly assign tags to various Raven game items 2025-03-22 14:49:27 -03:00
inventory DepleteBy virtual 2025-05-02 20:27:28 -03:00
player Fixed inventory ticking when playing online 2025-03-24 22:40:49 -03:00
raven Properly assign tags to various Raven game items 2025-03-22 14:49:27 -03:00
shared limit light alpha mult to renderflag 2025-04-29 15:47:28 -03:00
strife Made the BFG and EXPLOSIVE weapon flags usable. 2025-02-20 20:37:20 -03:00
actions.zs Added A_SpriteOffset. (#895) 2020-08-27 12:43:09 -04:00
actor.zs Bone Manip part 1 - bone setters 2025-05-01 10:15:46 -03:00
attacks.zs bFriendly should not be set from scripts because this omits needed bookkeeping. 2024-10-04 18:32:06 +02:00
checks.zs Allow for Basic and Hexen armor replacing 2024-08-17 01:14:07 -04:00
interaction.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
inventory_util.zs DepleteBy virtual 2025-05-02 20:27:28 -03:00
mbf21.zs expand deprecation allowance for gzdoom.pk3 2025-01-30 13:34:25 -03:00
morph.zs Fixed Pre(Un)Morph being called out of order. 2024-06-24 10:37:12 -04:00