Found the "the floor" message admin!
This commit is contained in:
@@ -316,14 +316,11 @@
|
|||||||
var/pseudo_death = FALSE
|
var/pseudo_death = FALSE
|
||||||
|
|
||||||
/mob/living/simple_animal/pet/cat/custom_cat/death()
|
/mob/living/simple_animal/pet/cat/custom_cat/death()
|
||||||
message_admins("dedcat")
|
|
||||||
if (pseudo_death == TRUE) //secret cat chem
|
if (pseudo_death == TRUE) //secret cat chem
|
||||||
icon_state = "custom_cat_dead"
|
icon_state = "custom_cat_dead"
|
||||||
Stun(1000)
|
Stun(1000)
|
||||||
canmove = 0
|
canmove = 0
|
||||||
message_admins("dedcat")
|
|
||||||
friendly = "deads at"
|
friendly = "deads at"
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
message_admins("deddercat")
|
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
if(replaced)
|
if(replaced)
|
||||||
replaced.Remove(M, special = 1)
|
replaced.Remove(M, special = 1)
|
||||||
if(drop_if_replaced)
|
if(drop_if_replaced)
|
||||||
message_admins("[get_turf(M)]")
|
|
||||||
replaced.forceMove(get_turf(M))
|
replaced.forceMove(get_turf(M))
|
||||||
else
|
else
|
||||||
qdel(replaced)
|
qdel(replaced)
|
||||||
|
|||||||
@@ -1187,7 +1187,7 @@
|
|||||||
if(2 to INFINITY)
|
if(2 to INFINITY)
|
||||||
L.lay_down()
|
L.lay_down()
|
||||||
E.cooldown += 10
|
E.cooldown += 10
|
||||||
addtimer(CALLBACK(GLOBAL_PROC, .proc/to_chat, L, "[(L.lewd?"<span class='love'>You eagerly lie down!":"<span class='notice'>You suddenly lie down!'")]</b></span>"), 5)
|
addtimer(CALLBACK(GLOBAL_PROC, .proc/to_chat, L, "[(L.lewd?"<span class='love'>You eagerly lie down!":"<span class='notice'>You suddenly lie down!")]</b></span>"), 5)
|
||||||
|
|
||||||
//KNOCKDOWN
|
//KNOCKDOWN
|
||||||
else if(findtext(message, knockdown_words))
|
else if(findtext(message, knockdown_words))
|
||||||
@@ -1198,7 +1198,7 @@
|
|||||||
if(2 to INFINITY)
|
if(2 to INFINITY)
|
||||||
L.Knockdown(30 * power_multiplier * E.phase)
|
L.Knockdown(30 * power_multiplier * E.phase)
|
||||||
E.cooldown += 8
|
E.cooldown += 8
|
||||||
addtimer(CALLBACK(GLOBAL_PROC, .proc/to_chat, L, "<span class='notice'>You suddenly drop to the ground!'</b></span>"), 5)
|
addtimer(CALLBACK(GLOBAL_PROC, .proc/to_chat, L, "<span class='notice'>You suddenly drop to the ground!</b></span>"), 5)
|
||||||
|
|
||||||
//tier3
|
//tier3
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
|
|
||||||
message_admins("Fermi explosion at [T], with a temperature of [temp], pH of [pH], Impurity tot of [ImpureTot].")
|
message_admins("Fermi explosion at [T], with a temperature of [temp], pH of [pH], Impurity tot of [ImpureTot].")
|
||||||
|
log_game("Fermi explosion at [T], with a temperature of [temp], pH of [pH], Impurity tot of [ImpureTot].")
|
||||||
var/datum/reagents/R = new/datum/reagents(3000)//Hey, just in case.
|
var/datum/reagents/R = new/datum/reagents(3000)//Hey, just in case.
|
||||||
var/datum/effect_system/smoke_spread/chem/s = new()
|
var/datum/effect_system/smoke_spread/chem/s = new()
|
||||||
R.my_atom = my_atom //Give the gas a fingerprint
|
R.my_atom = my_atom //Give the gas a fingerprint
|
||||||
|
|||||||
Reference in New Issue
Block a user