mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
- Fixed a typo in light-tile construction that has been annoying me.
It should now read "You attach the wire to the glass" Instead of "You attack the wire to the glass" git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2510 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -84,7 +84,7 @@ SHARDS
|
||||
user << "\b There is not enough wire in this coil. You need 5 lengths."
|
||||
CC.amount -= 5
|
||||
amount -= 1
|
||||
user << "\blue You attack wire to the [name]."
|
||||
user << "\blue You attach wire to the [name]."
|
||||
new/obj/item/stack/light_w(user.loc)
|
||||
if(CC.amount <= 0)
|
||||
user.u_equip(CC)
|
||||
|
||||
Reference in New Issue
Block a user