mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Small grammar fixes
This commit is contained in:
@@ -796,7 +796,7 @@ About the new airlock wires panel:
|
||||
if(do_after(user, 20, 1, target = src))
|
||||
if(!panel_open || !S.use(2))
|
||||
return
|
||||
user.visible_message("<span class='notice'>[user] reinforce \the [src] with metal.</span>",
|
||||
user.visible_message("<span class='notice'>[user] reinforces \the [src] with metal.</span>",
|
||||
"<span class='notice'>You reinforce \the [src] with metal.</span>")
|
||||
security_level = AIRLOCK_SECURITY_METAL
|
||||
update_icon()
|
||||
@@ -810,7 +810,7 @@ About the new airlock wires panel:
|
||||
if(do_after(user, 20, 1, target = src))
|
||||
if(!panel_open || !S.use(2))
|
||||
return
|
||||
user.visible_message("<span class='notice'>[user] reinforce \the [src] with plasteel.</span>",
|
||||
user.visible_message("<span class='notice'>[user] reinforces \the [src] with plasteel.</span>",
|
||||
"<span class='notice'>You reinforce \the [src] with plasteel.</span>")
|
||||
security_level = AIRLOCK_SECURITY_PLASTEEL
|
||||
modify_max_integrity(normal_integrity * AIRLOCK_INTEGRITY_MULTIPLIER)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
/obj/item/gun/energy/gun/mini
|
||||
name = "miniature energy gun"
|
||||
desc = "A small, pistol-sized energy gun with a built-in flashlight. It has two settings: stun and kill."
|
||||
desc = "A small, pistol-sized energy gun with a built-in flashlight. It has two settings: disable and kill."
|
||||
icon_state = "mini"
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
ammo_x_offset = 2
|
||||
|
||||
Reference in New Issue
Block a user