mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Splits up item_inhands.dmi (#22584)
* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * Fixes jackhammer and glass shard * Fixes toy Chainsaw * Update code/game/objects/items/toys.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/game/objects/items/weapons/weaponry.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/modules/antagonists/vampire/vampire_powers/hemomancer_powers.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Fixes edagger hopefully * Henri review * Oops * First this gone, and now the pain * Should all be fixed now --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -562,6 +562,8 @@
|
||||
name = "blood halberd"
|
||||
desc = "A sickening spear composed entirely of crystallized blood. Will stun people who have been recently marked if the spear is wielded."
|
||||
icon = 'icons/obj/cult.dmi'
|
||||
lefthand_file = 'icons/mob/inhands/weapons_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/weapons_righthand.dmi'
|
||||
base_icon_state = "bloodspear"
|
||||
icon_state = "bloodspear0"
|
||||
slot_flags = 0
|
||||
|
||||
@@ -402,6 +402,8 @@ Congratulations! You are now trained for invasive xenobiology research!"}
|
||||
desc = "A quad-mode baton used for incapacitation and restraining of specimens."
|
||||
var/mode = BATON_STUN
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
lefthand_file = 'icons/mob/inhands/weapons_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/weapons_righthand.dmi'
|
||||
icon_state = "wonderprodStun"
|
||||
item_state = "wonderprod"
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
@@ -281,6 +281,8 @@ GLOBAL_LIST_EMPTY(multiverse)
|
||||
/obj/item/multisword
|
||||
name = "multiverse sword"
|
||||
desc = "A weapon capable of conquering the universe and beyond. Activate it to summon copies of yourself from others dimensions to fight by your side."
|
||||
lefthand_file = 'icons/mob/inhands/weapons_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/weapons_righthand.dmi'
|
||||
icon_state = "energy_katana"
|
||||
item_state = "energy_katana"
|
||||
hitsound = 'sound/weapons/bladeslice.ogg'
|
||||
|
||||
Reference in New Issue
Block a user