Fixing WHIP

Adds placeholder whip sprite for the whip, since virgo doesnt have it, we dont have it and by god im not looking for if it even existed or when.
This commit is contained in:
Sharkmare
2021-01-09 01:27:52 +01:00
parent adbfa82993
commit 0e22771046
3 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
//CHOMP Specific overrides
/obj/item/weapon/material/whip
icon = 'icons/obj/weapons_ch.dmi'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+1
View File
@@ -1399,6 +1399,7 @@
#include "code\game\objects\items\weapons\material\material_armor.dm"
#include "code\game\objects\items\weapons\material\material_weapons.dm"
#include "code\game\objects\items\weapons\material\misc.dm"
#include "code\game\objects\items\weapons\material\miscch.dm"
#include "code\game\objects\items\weapons\material\shards.dm"
#include "code\game\objects\items\weapons\material\shards_vr.dm"
#include "code\game\objects\items\weapons\material\swords.dm"