mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
@@ -28,7 +28,7 @@
|
||||
w_class = 1
|
||||
var/transformed = 0
|
||||
var/transform_into = /obj/item/weapon/nullrod/sword
|
||||
var/transform_via = list(/obj/item/clothing/suit/armor/riot/knight/templar)
|
||||
var/transform_via = list(/obj/item/clothing/suit/armor/riot/knight/templar, /obj/item/clothing/suit/chaplain_hoodie/fluff/chronx)
|
||||
|
||||
suicide_act(mob/user)
|
||||
viewers(user) << "<span class='suicide'>[user] is impaling \himself with the [src.name]! It looks like \he's trying to commit suicide.</span>"
|
||||
|
||||
@@ -285,7 +285,6 @@
|
||||
|
||||
/obj/item/weapon/nullrod/fluff/chronx //chronx100: Hughe O'Splash
|
||||
transform_into = /obj/item/weapon/nullrod/sword/fluff/chronx
|
||||
transform_via = list(/obj/item/clothing/suit/armor/riot/knight/templar, /obj/item/clothing/suit/chaplain_hoodie/fluff/chronx)
|
||||
|
||||
/obj/item/weapon/nullrod/sword/fluff/chronx
|
||||
name = "Soul Collector"
|
||||
@@ -311,9 +310,7 @@
|
||||
set name = "Transform Hood"
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
if(!isliving(src))
|
||||
return
|
||||
if(!usr.incapacitated())
|
||||
if(isliving(usr) && !usr.incapacitated())
|
||||
if(adjusted)
|
||||
icon_state = initial(icon_state)
|
||||
item_state = initial(item_state)
|
||||
|
||||
Reference in New Issue
Block a user