mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Update artefact.dm
This commit is contained in:
@@ -618,7 +618,6 @@ var/global/list/multiverse = list()
|
||||
var/list/spooky_scaries = list()
|
||||
var/unlimited = 0
|
||||
var/heresy = 0
|
||||
var/ghost = FALSE
|
||||
|
||||
/obj/item/necromantic_stone/unlimited
|
||||
unlimited = 1
|
||||
@@ -634,12 +633,6 @@ var/global/list/multiverse = list()
|
||||
if(M.stat != DEAD)
|
||||
to_chat(user, "<span class='warning'>This artifact can only affect the dead!</span>")
|
||||
return
|
||||
if(M.get_ghost() || M.get_ghost().client) // checks if the target is ghosted
|
||||
ghost = TRUE
|
||||
|
||||
if((!M.client || !M.mind) && !ghost) // if there is no client connected to the ghost or mob
|
||||
to_chat(user, "<span class='warning'>There is no soul connected to this body...</span>")
|
||||
return
|
||||
check_spooky()//clean out/refresh the list
|
||||
|
||||
if(spooky_scaries.len >= 3 && !unlimited)
|
||||
@@ -731,7 +724,7 @@ var/global/list/multiverse = list()
|
||||
|
||||
H.update_dna()
|
||||
H.update_body()
|
||||
|
||||
H.grab_ghost()
|
||||
H.revive()
|
||||
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H), slot_shoes)
|
||||
|
||||
Reference in New Issue
Block a user