mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-03-09 07:20:39 +00:00
Syntax Error Fixing
Fixed all of the syntax errors in the current version of the mod. * NOTE: You can now run a server on this current version although some of the zombie features are non-functional at the moment.
This commit is contained in:
parent
00e88cd9ea
commit
34dc29b805
9 changed files with 47 additions and 28 deletions
|
|
@ -161,7 +161,7 @@ datablock ShapeBaseImageData(Model1887Image) {
|
|||
stateTransitionOnNotWet[8] = "Fire";
|
||||
};
|
||||
|
||||
datablock ItemData(Model1887 {
|
||||
datablock ItemData(Model1887) {
|
||||
className = Weapon;
|
||||
catagory = "Spawn Items";
|
||||
shapeFile = "weapon_plasma.dts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue