Skip to content

Commit

Permalink
Update jetpack.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed Oct 21, 2024
1 parent 5bb31f5 commit 91323d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/objects/items/tanks/jetpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
item_state = "jetpack-sec"
volume = 20 //normal jetpacks have 70 volume
gas_type = null //it starts empty
full_speed = FALSE //moves at hardsuit jetpack speeds
full_speed = FALSE // affected by damage slowdown

/obj/item/tank/jetpack/improvised/allow_thrust(num, mob/living/user)
if(rand(0,250) == 0)
Expand Down Expand Up @@ -181,7 +181,6 @@
volume = 1
slot_flags = null
gas_type = null
full_speed = FALSE
custom_price = 2000
var/datum/gas_mixture/temp_air_contents
var/obj/item/tank/internals/tank = null
Expand Down

0 comments on commit 91323d7

Please sign in to comment.