mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
Lightly slaps xenobio
This commit is contained in:
@@ -710,8 +710,8 @@ datum/status_effect/stabilized/blue/on_remove()
|
||||
/datum/status_effect/stabilized/cerulean
|
||||
id = "stabilizedcerulean"
|
||||
colour = "cerulean"
|
||||
var/mob/living/clone
|
||||
|
||||
//var/mob/living/clone
|
||||
/*
|
||||
/datum/status_effect/stabilized/cerulean/on_apply()
|
||||
var/typepath = owner.type
|
||||
clone = new typepath(owner.loc)
|
||||
@@ -743,7 +743,7 @@ datum/status_effect/stabilized/blue/on_remove()
|
||||
clone.visible_message("<span class='warning'>[clone] dissolves into a puddle of goo!</span>")
|
||||
clone.unequip_everything()
|
||||
qdel(clone)
|
||||
|
||||
*/
|
||||
/datum/status_effect/stabilized/pyrite
|
||||
id = "stabilizedpyrite"
|
||||
colour = "pyrite"
|
||||
@@ -869,12 +869,12 @@ datum/status_effect/stabilized/blue/on_remove()
|
||||
id = "stabilizedoil"
|
||||
colour = "oil"
|
||||
examine_text = "<span class='warning'>SUBJECTPRONOUN smells of sulfer and oil!</span>"
|
||||
|
||||
/*
|
||||
/datum/status_effect/stabilized/oil/tick()
|
||||
if(owner.stat == DEAD)
|
||||
explosion(get_turf(owner),1,2,4,flame_range = 5)
|
||||
return ..()
|
||||
|
||||
*/
|
||||
/datum/status_effect/stabilized/black
|
||||
id = "stabilizedblack"
|
||||
colour = "black"
|
||||
|
||||
@@ -239,7 +239,7 @@ Burning extracts:
|
||||
|
||||
/obj/item/slimecross/burning/oil
|
||||
colour = "oil"
|
||||
|
||||
/*
|
||||
/obj/item/slimecross/burning/oil/do_effect(mob/user)
|
||||
user.visible_message("<span class='danger'>[src] begins to shake with rapidly increasing force!</span>")
|
||||
addtimer(CALLBACK(src, .proc/boom), 50)
|
||||
@@ -247,7 +247,7 @@ Burning extracts:
|
||||
/obj/item/slimecross/burning/oil/proc/boom()
|
||||
explosion(get_turf(src), 2, 4, 4) //Same area as normal oils, but increased high-impact values by one each, then decreased light by 2.
|
||||
qdel(src)
|
||||
|
||||
*/
|
||||
/obj/item/slimecross/burning/black
|
||||
colour = "black"
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ Charged extracts:
|
||||
|
||||
/obj/item/slimecross/charged/oil
|
||||
colour = "oil"
|
||||
|
||||
/*
|
||||
/obj/item/slimecross/charged/oil/do_effect(mob/user)
|
||||
user.visible_message("<span class='danger'>[src] begins to shake with rapidly increasing force!</span>")
|
||||
addtimer(CALLBACK(src, .proc/boom), 50)
|
||||
@@ -207,7 +207,7 @@ Charged extracts:
|
||||
/obj/item/slimecross/charged/oil/proc/boom()
|
||||
explosion(get_turf(src), 3, 2, 1) //Much smaller effect than normal oils, but devastatingly strong where it does hit.
|
||||
qdel(src)
|
||||
|
||||
*/
|
||||
/obj/item/slimecross/charged/black
|
||||
colour = "black"
|
||||
|
||||
|
||||
@@ -132,9 +132,9 @@ Chilling extracts:
|
||||
|
||||
/obj/item/slimecross/chilling/bluespace
|
||||
colour = "bluespace"
|
||||
var/list/allies = list()
|
||||
var/active = FALSE
|
||||
|
||||
//var/list/allies = list()
|
||||
//var/active = FALSE
|
||||
/*
|
||||
/obj/item/slimecross/chilling/bluespace/afterattack(atom/target, mob/user, proximity)
|
||||
if(!proximity || !isliving(target) || active)
|
||||
return
|
||||
@@ -168,7 +168,7 @@ Chilling extracts:
|
||||
S.interrupted = TRUE
|
||||
M.remove_status_effect(S)
|
||||
..()
|
||||
|
||||
*/
|
||||
/obj/item/slimecross/chilling/sepia
|
||||
colour = "sepia"
|
||||
var/list/allies = list()
|
||||
@@ -262,7 +262,7 @@ Chilling extracts:
|
||||
|
||||
/obj/item/slimecross/chilling/oil
|
||||
colour = "oil"
|
||||
|
||||
/*
|
||||
/obj/item/slimecross/chilling/oil/do_effect(mob/user)
|
||||
user.visible_message("<span class='danger'>[src] begins to shake with muted intensity!</span>")
|
||||
addtimer(CALLBACK(src, .proc/boom), 50)
|
||||
@@ -270,7 +270,7 @@ Chilling extracts:
|
||||
/obj/item/slimecross/chilling/oil/proc/boom()
|
||||
explosion(get_turf(src), -1, -1, 10, 0) //Large radius, but mostly light damage, and no flash.
|
||||
qdel(src)
|
||||
|
||||
*/
|
||||
/obj/item/slimecross/chilling/black
|
||||
colour = "black"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user