mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Soul stone QoL update, paranormal hardsuit fixes
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
/obj/item/device/shared_storage/attackby(obj/item/W, mob/user, params)
|
||||
if(bag)
|
||||
bag.forceMove(user)
|
||||
bag.loc = user
|
||||
bag.attackby(W, user, params)
|
||||
|
||||
/obj/item/device/shared_storage/attack_hand(mob/living/carbon/user)
|
||||
@@ -39,7 +39,7 @@
|
||||
return
|
||||
if(loc == user && user.back && user.back == src)
|
||||
if(bag)
|
||||
bag.forceMove(user)
|
||||
bag.loc = user
|
||||
bag.attack_hand(user)
|
||||
else
|
||||
..()
|
||||
@@ -63,7 +63,6 @@
|
||||
M.put_in_active_hand(src)
|
||||
|
||||
add_fingerprint(usr)
|
||||
|
||||
|
||||
//Potion of Flight: as we do not have the "Angel" species this currently does not work.
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
new /obj/item/clothing/head/helmet/space/cult(src)
|
||||
new /obj/item/clothing/suit/space/cult(src)
|
||||
if(3)
|
||||
new /obj/item/device/soulstone(src)
|
||||
new /obj/item/device/soulstone/anybody(src)
|
||||
if(4)
|
||||
new /obj/item/weapon/katana/cursed(src)
|
||||
if(5)
|
||||
@@ -40,8 +40,8 @@
|
||||
if(10)
|
||||
new /obj/item/ship_in_a_bottle(src)
|
||||
if(11)
|
||||
new /obj/item/clothing/head/helmet/space/rig/ert/paranormal/beserker(src)
|
||||
new /obj/item/clothing/suit/space/rig/ert/paranormal/beserker(src)
|
||||
new /obj/item/clothing/head/helmet/space/rig/ert/paranormal/berserker(src)
|
||||
new /obj/item/clothing/suit/space/rig/ert/paranormal/berserker(src)
|
||||
if(12)
|
||||
new /obj/item/weapon/sord(src)
|
||||
if(13)
|
||||
|
||||
Reference in New Issue
Block a user