Some grammar

This commit is contained in:
Kelenius
2014-06-11 11:04:00 +04:00
parent 3908160998
commit ce98f5a82b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ table tr:first-child th:first-child { border: none;}
if(istype(W, /obj/item/stack/cable_coil))
var/obj/item/stack/cable_coil/cable = W
if(cable.get_amount() < 5)
user << "<span class='warning'>You need five lengths of cable to wire fire alarm.</span>"
user << "<span class='warning'>You need five lengths of cable to wire the fire alarm.</span>"
return
user << "<span class='notice'>You start wiring the air alarm.</span>"
if (do_after(user, 20))
+1 -1
View File
@@ -968,7 +968,7 @@ Auto Patrol: []"},
if(istype(W, /obj/item/stack/cable_coil))
var/obj/item/stack/cable_coil/coil = W
if (coil.get_amount() < 1)
user << "<span class='warning'>You need one length of cable to wire ED-209.</span>"
user << "<span class='warning'>You need one length of cable to wire the ED-209.</span>"
return
user << "<span class='notice'>You start to wire [src]...</span>"
if (do_after(user, 40))
+1 -1
View File
@@ -109,7 +109,7 @@
user << "<span class='notice'>You load [loaded] tiles into the floorbot. He now contains [src.amount] tiles.</span>"
src.updateicon()
else
user << "<span class='warning'>You need at least one floor tile to put it into floorbot.</span>"
user << "<span class='warning'>You need at least one floor tile to put into the floorbot.</span>"
else if(istype(W, /obj/item/weapon/card/id)||istype(W, /obj/item/device/pda))
if(src.allowed(usr) && !open && !emagged)
src.locked = !src.locked
+1 -1
View File
@@ -147,7 +147,7 @@
if (istype(O,/obj/item))
usr.put_in_hands(O)
O.add_fingerprint(usr)
//BubbleWrap - so newly formed boxes are empty // This is so insanely bad I don't even
//BubbleWrap - so newly formed boxes are empty
if ( istype(O, /obj/item/weapon/storage) )
for (var/obj/item/I in O)
qdel(I)