mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 21:56:55 +01:00
Grammar error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/weapon/gun/projectile/garand
|
||||
name = "\improper M1 Garand"
|
||||
desc = "This vintage semi-automatic rifle that famously helped win the second World War. What the hell it's doing aboard a space station in the 26th century, you can only imagine. Uses 7.62mm rounds."
|
||||
desc = "This is the vintage semi-automatic rifle that famously helped win the second World War. What the hell it's doing aboard a space station in the 26th century, you can only imagine. Uses 7.62mm rounds."
|
||||
icon_state = "garand"
|
||||
item_state = "boltaction"
|
||||
w_class = ITEMSIZE_LARGE
|
||||
@@ -18,4 +18,4 @@
|
||||
if(ammo_magazine)
|
||||
icon_state = initial(icon_state)
|
||||
else
|
||||
icon_state = "[initial(icon_state)]-e"
|
||||
icon_state = "[initial(icon_state)]-e"
|
||||
|
||||
Reference in New Issue
Block a user