mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Merge pull request #50012 from kingofkosmos/time_tenses_to_present
Verb time tenses to present tense
This commit is contained in:
@@ -924,12 +924,12 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
switch(scanmode)
|
||||
|
||||
if(PDA_SCANNER_MEDICAL)
|
||||
C.visible_message("<span class='alert'>[user] has analyzed [C]'s vitals!</span>")
|
||||
C.visible_message("<span class='notice'>[user] analyzes [C]'s vitals.</span>")
|
||||
healthscan(user, C, 1)
|
||||
add_fingerprint(user)
|
||||
|
||||
if(PDA_SCANNER_HALOGEN)
|
||||
C.visible_message("<span class='warning'>[user] has analyzed [C]'s radiation levels!</span>")
|
||||
C.visible_message("<span class='notice'>[user] analyzes [C]'s radiation levels.</span>")
|
||||
|
||||
user.show_message("<span class='notice'>Analyzing Results for [C]:</span>")
|
||||
if(C.radiation)
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
AddUses(new_bulbs)
|
||||
bulb_shards = bulb_shards % shards_required
|
||||
if(new_bulbs != 0)
|
||||
to_chat(user, "<span class='notice'>\The [src] has fabricated a new bulb from the broken glass it has stored. It now has [uses] uses.</span>")
|
||||
to_chat(user, "<span class='notice'>\The [src] fabricates a new bulb from the broken glass it has stored. It now has [uses] uses.</span>")
|
||||
playsound(src.loc, 'sound/machines/ding.ogg', 50, TRUE)
|
||||
return new_bulbs
|
||||
|
||||
|
||||
@@ -535,7 +535,7 @@ GENE SCANNER
|
||||
var/icon = target
|
||||
var/render_list = list()
|
||||
if(!silent && isliving(user))
|
||||
user.visible_message("<span class='notice'>[user] has used the analyzer on [icon2html(icon, viewers(user))] [target].</span>", "<span class='notice'>You use the analyzer on [icon2html(icon, user)] [target].</span>")
|
||||
user.visible_message("<span class='notice'>[user] uses the analyzer on [icon2html(icon, viewers(user))] [target].</span>", "<span class='notice'>You use the analyzer on [icon2html(icon, user)] [target].</span>")
|
||||
render_list += "<span class='boldnotice'>Results of analysis of [icon2html(icon, user)] [target].</span>"
|
||||
|
||||
var/list/airs = islist(mixture) ? mixture : list(mixture)
|
||||
@@ -684,7 +684,7 @@ GENE SCANNER
|
||||
gene_scan(M, user)
|
||||
|
||||
else
|
||||
user.visible_message("<span class='notice'>[user] failed to analyse [M]'s genetic sequence.</span>", "<span class='warning'>[M] has no readable genetic sequence!</span>")
|
||||
user.visible_message("<span class='notice'>[user] fails to analyze [M]'s genetic sequence.</span>", "<span class='warning'>[M] has no readable genetic sequence!</span>")
|
||||
|
||||
/obj/item/sequence_scanner/attack_self(mob/user)
|
||||
display_sequence(user)
|
||||
|
||||
Reference in New Issue
Block a user