mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Merge pull request #50012 from kingofkosmos/time_tenses_to_present
Verb time tenses to present tense
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user