mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
fixes stuff, i guess.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
set name = "Tie Hair"
|
||||
set desc = "Style your hair."
|
||||
set category = "IC"
|
||||
|
||||
|
||||
if(!use_check_and_message())
|
||||
to_chat(src, span("warning", "You can't tie your hair when you are incapacitated!"))
|
||||
return
|
||||
@@ -928,7 +928,7 @@ mob/living/carbon/human/proc/change_monitor()
|
||||
|
||||
var/mob/living/carbon/human/G = new(src.loc)
|
||||
G.key = O.brainmob.key
|
||||
addtimer(CALLBACK(G, /mob/living/carbon/human.proc/set_species, O.dna.species), 0)
|
||||
addtimer(CALLBACK(G, /mob/living/carbon/human.proc/set_species, O.dna.species), 1)
|
||||
to_chat(src,"<span class='notice'>You blow life back in \the [O], returning its past owner to life!</span>")
|
||||
qdel(O)
|
||||
last_special = world.time + 200
|
||||
|
||||
@@ -407,7 +407,7 @@ var/global/list/golem_types = list("Coal Golem",
|
||||
for(var/i in 1 to 5)
|
||||
var/obj/item/material/shard/T = new meat_type(H.loc)
|
||||
var/turf/landing = get_step(H, pick(alldirs))
|
||||
addtimer(CALLBACK(T, /atom/movable/.proc/throw_at, landing, 30, 5), 0)
|
||||
addtimer(CALLBACK(T, /atom/movable/.proc/throw_at, landing, 30, 5), 1)
|
||||
qdel(H)
|
||||
|
||||
/datum/species/golem/glass/handle_post_spawn(var/mob/living/carbon/human/H)
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
for(var/i in 1 to 5)
|
||||
var/mob/living/simple_animal/hostile/gift/T = new /mob/living/simple_animal/hostile/gift(get_turf(src))
|
||||
var/turf/landing = get_step(src, pick(alldirs))
|
||||
addtimer(CALLBACK(T, /atom/movable/.proc/throw_at, landing, 30, 5), 0)
|
||||
addtimer(CALLBACK(T, /atom/movable/.proc/throw_at, landing, 30, 5), 1)
|
||||
|
||||
/mob/living/simple_animal/hostile/krampus/proc/send_to_hell(mob/living/M)
|
||||
if(!M)
|
||||
|
||||
Reference in New Issue
Block a user