Fix multiple instances of to_chat not being used

This commit is contained in:
Tigercat2000
2016-04-23 20:45:37 -07:00
parent 514d165ad2
commit 57648bd6b7
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -293,7 +293,7 @@
/obj/item/weapon/reagent_containers/food/snacks/grown/attack(var/mob/living/carbon/M, var/mob/user, var/def_zone)
if(awakening)
user << "<span class='warning'>The [src] is twitching and shaking, preventing you from eating it.</span>"
to_chat(user, "<span class='warning'>The [src] is twitching and shaking, preventing you from eating it.</span>")
return
if(user == M)
return ..()
@@ -451,7 +451,7 @@
if("killertomato")
if(awakening || istype(user.loc,/turf/space))
return
user << "<span class='notice'>You begin to awaken the Killer Tomato...</span>"
to_chat(user, "<span class='notice'>You begin to awaken the Killer Tomato...</span>")
awakening = 1
spawn(30)