Skip to content

Commit

Permalink
[MIRROR] Typo correction in maintenance_loot.dm [MDB IGNORE] (#558)
Browse files Browse the repository at this point in the history
* Typo correction in maintenance_loot.dm (#79613)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Da Cool Boss <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2023
1 parent 3f36a3d commit f77e5d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/game/objects/items/maintenance_loot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi'
//wow, lore
desc = "A hefty lead pipe.\nLead in an uncommon sight in this sector after being phased out due to employee health concerns. \
\nThose of a more cynical disposition assume that the NT lead ban is a scheme to prevent divertion to Syndicate ammunition factories."
desc = "A hefty lead pipe.\nLead is an uncommon sight in this sector after being phased out due to employee health concerns. \
\nThose of a more cynical disposition have claimed that the NT lead ban is a scheme to prevent diversion to Syndicate ammunition factories."
force = 15
throwforce = 12
throw_range = 4
Expand All @@ -25,12 +25,12 @@
//Add lead material to this once implemented.
/obj/item/stock_parts/cell/lead
name = "lead-acid battery"
desc = "A type of primitive battery. It is quite large feels unexpectedly heavy."
desc = "A primitive battery. It is quite large and feels unexpectedly heavy."
icon = 'icons/obj/maintenance_loot.dmi'
icon_state = "lead_battery"
throwforce = 10
maxcharge = 20000 //decent max charge
chargerate = 1400 //charging is about 30% less efficient compared lithium batteries.
chargerate = 1400 //charging is about 30% less efficient than lithium batteries.
charge_light_type = null
connector_type = "leadacid"
rating = 2 //Kind of a mid-tier battery
Expand Down

0 comments on commit f77e5d4

Please sign in to comment.