mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
/obj/item/gun/launcher/harpoon/update_icon()
|
||||
icon_state = "[initial(icon_state)]-[harpoons.len]"
|
||||
item_state = "[initial(item_state)]-[harpoons.len]"
|
||||
item_state = "[initial(item_state)]-[harpoons.len]"
|
||||
..()
|
||||
|
||||
/obj/item/gun/launcher/harpoon/special_check(mob/user)
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
var/pressure_setting = 10 // Percentage of the gas in the tank used to fire the projectile.
|
||||
var/possible_pressure_amounts = list(5,10,20,25,50) // Possible pressure settings.
|
||||
var/force_divisor = 400 // Force equates to speed. Speed/5 equates to a damage multiplier for whoever you hit.
|
||||
// For reference, a fully pressurized oxy tank at 50% gas release firing a health
|
||||
// analyzer with a force_divisor of 10 hit with a damage multiplier of 3000+.
|
||||
// For reference, a fully pressurized oxy tank at 50% gas release firing a health
|
||||
// analyzer with a force_divisor of 10 hit with a damage multiplier of 3000+.
|
||||
/obj/item/gun/launcher/pneumatic/Initialize()
|
||||
. = ..()
|
||||
item_storage = new(src)
|
||||
|
||||
Reference in New Issue
Block a user