-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added "corpse on fire" to targetID when looking at a corpse - moved the warning message when trying to inspect from chat to mstack - allow spectators to look at burning corpses - cleanup of missing `IsPlayerRagdoll` calls
- Loading branch information
Showing
6 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
gamemodes/terrortown/content/materials/vgui/ttt/tid/tid_onfire.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui/ttt/tid/tid_onfire" | ||
"$nocull" 1 | ||
"$nodecal" 1 | ||
"$nolod" 1 | ||
"$translucent" 1 | ||
"$vertexalpha" 1 | ||
"$vertexcolor" 1 | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters