Maybe Oxy so people don't kill themselves.

This commit is contained in:
Fermi
2019-07-28 23:56:30 +01:00
parent b6e2122d8d
commit 4c01b7ad57
@@ -131,15 +131,15 @@
/datum/reagent/fermi/furranium/reaction_mob(mob/living/carbon/human/M, method=INJECT, reac_volume)
var/turf/T = get_turf(M)
M.adjustOxyLoss(15)
M.Knockdown(50)
M.Stun(50)
var/obj/item/toy/plush/P = pick(subtypesof(/obj/item/toy/plush))
new P(T)
var/list/seen = viewers(8, T)
for(var/mob/S in seen)
to_chat(S, "<span class='warning'>[M] suddenly coughs up a [P.name]!</b></span>")
var/T2 = get_random_station_turf()
M.adjustBruteLoss(5)
M.Knockdown(50)
M.Stun(50)
P.throw_at(T2, 8, 1)
..()