mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MIRROR] Fixes relic war hammer typepath (#6600)
* Fixes relic war hammer typepath (#59880) This PR fixes a typepath mismatch - /obj/item/nullrod/hammmer and /obj/item/nullrod/hammer, which are supposed to be one item. This mismatch caused relic war hammer not to be able to do kneejerk action, and it also meant that one duplicate nullrod item was showing in the radial menu for the null rod reskin variant selection. * Fixes relic war hammer typepath * Update belts.dm Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Arkatos1
Gandalf
parent
b044aea684
commit
456076b4e2
@@ -561,7 +561,7 @@
|
||||
tool_behaviour = TOOL_SAW
|
||||
toolspeed = 0.5 //faster than normal saw
|
||||
|
||||
/obj/item/nullrod/hammmer
|
||||
/obj/item/nullrod/hammer
|
||||
name = "relic war hammer"
|
||||
desc = "This war hammer cost the chaplain forty thousand space dollars."
|
||||
icon_state = "hammeron"
|
||||
|
||||
Reference in New Issue
Block a user