mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Robot Code Overhaul (#9304)
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
qdel(t)
|
||||
|
||||
var/mob/living/simple_animal/corgi/new_corgi = new /mob/living/simple_animal/corgi (loc)
|
||||
new_corgi.a_intent = I_HURT
|
||||
new_corgi.set_intent(I_HURT)
|
||||
new_corgi.key = key
|
||||
|
||||
to_chat(new_corgi, "<B>You are now a Corgi. Yap Yap!</B>")
|
||||
@@ -282,7 +282,7 @@
|
||||
var/mob/new_mob = new mobpath(src.loc)
|
||||
|
||||
new_mob.key = key
|
||||
new_mob.a_intent = I_HURT
|
||||
new_mob.set_intent(I_HURT)
|
||||
|
||||
|
||||
to_chat(new_mob, "You suddenly feel more... animalistic.")
|
||||
@@ -302,7 +302,7 @@
|
||||
var/mob/new_mob = new mobpath(src.loc)
|
||||
|
||||
new_mob.key = key
|
||||
new_mob.a_intent = I_HURT
|
||||
new_mob.set_intent(I_HURT)
|
||||
to_chat(new_mob, "You feel more... animalistic")
|
||||
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user