This website requires JavaScript.
Explore
Help
Sign In
vlad.os
/
LuaCsForBarotraumaEP
Watch
0
Star
0
Fork
0
You've already forked LuaCsForBarotraumaEP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d3d842eecd6366c05f3e6843fa2a15cfaef3cb44
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
Items
/
Components
/
Holdable
History
Joonas Rikkonen
d00b52882f
Added UpdateUseItem method from d253863
2018-07-18 12:14:09 +03:00
..
Holdable.cs
Fixed items attached mid-round by other clients or the host being impossible to interact with and occasionally being attached to an incorrect position.
Closes
#296
2018-02-28 14:01:38 +02:00
MeleeWeapon.cs
Items removed due to the "DeleteOnUse" property are removed using EntitySpawner, removing an item removes it from the selected items of all characters.
Closes
#306
2018-03-05 12:13:52 +02:00
Pickable.cs
Added UpdateUseItem method from d253863
2018-07-18 12:14:09 +03:00
Propulsion.cs
Added checks for character removal to a bunch of places. Some of these may not necessary, but at least MeleeWeapon, Projectile and Controller still accessed the user after the user had been removed.
2018-02-28 17:37:20 +02:00
RangedWeapon.cs
Added checks for character removal to a bunch of places. Some of these may not necessary, but at least MeleeWeapon, Projectile and Controller still accessed the user after the user had been removed.
2018-02-28 17:37:20 +02:00
RepairTool.cs
Fixed player-controlled creatures being able to do damage to themselves and RepairTools causing damage to the user regardless of the user's skills.
2018-04-18 15:04:18 +03:00
Throwable.cs
Fixed explosives being directly usable by characters, causing them to explode when left clicking while holding them due to
9dd9425c
. See
#385
2018-04-24 18:00:36 +03:00