mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Buddha mode + Hell (#33328)
* Buddha mode * devilish * HELLISH * tidy * fixes * find a way to do this that doesnt make server be kill * turn it off for now so we can test better * lag-free method * oh this too * basis of this part * fixes * fixes * fixes * fixes * cap on this to stop possible lag * fix * Allows admins to ghost if buddha'd * New way of getting things * More basic stuff * More stuff * actual way to do it * in practice * hell freezes over * cursed dice edition * tweaking this so it can be turned off if it breaks * disabilities, removing rendundant thing with floor * Limbs and final proc sorting * better like this * better like this * better like this * in setup cause it lags during game * better logging * restructured code, buddhas cannot be gibbed * this too * this too * this too * this too * finally right bantype * removed limit * hell is now a dungeon for performance * hell is now a dungeon for performance * hell is now a dungeon for performance * removes unused zlevel now * area * new sneding * new sending * fixes proc name * uses this db call instead for ease of testing, confirms pref copying works anyways, revert to old one if necessary * testing one for now * better scope Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
@@ -406,6 +406,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
set name = "Ghost"
|
||||
set desc = "Relinquish your life and enter the land of the dead."
|
||||
|
||||
if((client && !client.holder) && (status_flags & BUDDHAMODE))
|
||||
to_chat(src,"<span class='notice'>You feel stuck on this plane.</span>")
|
||||
return
|
||||
|
||||
var/timetocheck = timeofdeath
|
||||
if (isbrain(src))
|
||||
var/mob/living/carbon/brain/brainmob = src
|
||||
|
||||
Reference in New Issue
Block a user