Merge pull request #50012 from kingofkosmos/time_tenses_to_present

Verb time tenses to present tense
This commit is contained in:
Rohesie
2020-03-19 16:19:49 -03:00
committed by GitHub
59 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
"<span class='hear'>You hear welding.</span>")
if(W.use_tool(src, user, 40, volume=40))
obj_integrity = max_integrity
user.visible_message("<span class='notice'>[user] has repaired [src].</span>", \
user.visible_message("<span class='notice'>[user] repairs [src].</span>", \
"<span class='notice'>You finish repairing [src].</span>")
else if(!anchored)
+1 -1
View File
@@ -512,7 +512,7 @@
/obj/structure/table/optable/tablepush(mob/living/user, mob/living/pushed_mob)
pushed_mob.forceMove(loc)
pushed_mob.set_resting(TRUE, TRUE)
visible_message("<span class='notice'>[user] has laid [pushed_mob] on [src].</span>")
visible_message("<span class='notice'>[user] lays [pushed_mob] on [src].</span>")
check_patient()
/obj/structure/table/optable/proc/check_patient()