Skip to content

Commit

Permalink
more removal
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jul 16, 2024
1 parent 5f8b010 commit dc112c2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 116 deletions.
85 changes: 0 additions & 85 deletions code/game/objects/items/tanks/jetpack.dm

This file was deleted.

23 changes: 0 additions & 23 deletions code/modules/gear_presets/other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -504,29 +504,6 @@
new_human.equip_if_possible(new /obj/item/clothing/glasses/sunglasses, WEAR_EYES)
new_human.equip_if_possible(new /obj/item/clipboard, WEAR_WAIST)

//*****************************************************************************************************/

/datum/equipment_preset/other/compression_suit
name = "Mk50 Compression Suit"
flags = EQUIPMENT_PRESET_EXTRA
faction = FACTION_PMC
skills = /datum/skills/pfc
idtype = /obj/item/card/id/data

/datum/equipment_preset/other/compression_suit/load_gear(mob/living/carbon/human/new_human)
//TODO: add backpacks and satchels
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/magboots, WEAR_FEET)

new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist, WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/space/compression, WEAR_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/compression, WEAR_HEAD)
var /obj/item/tank/jetpack/J = new /obj/item/tank/jetpack/oxygen(new_human)
new_human.equip_to_slot_or_del(J, WEAR_BACK)
J.toggle()
new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/breath, WEAR_FACE)
J.Topic(null, list("stat" = 1))
spawn_merc_weapon(new_human)


//*****************************************************************************************************/

Expand Down
6 changes: 0 additions & 6 deletions code/modules/mob/living/carbon/human/human_movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@
//Can we act
if(is_mob_restrained()) return 0

//Do we have a working jetpack
if(istype(back, /obj/item/tank/jetpack))
var/obj/item/tank/jetpack/J = back
if(((!check_drift) || (check_drift && J.stabilization_on)) && (body_position == STANDING_UP) && (J.allow_thrust(0.01, src)))
inertia_dir = 0
return 1
// if(!check_drift && J.allow_thrust(0.01, src))
// return 1

Expand Down
1 change: 0 additions & 1 deletion colonialmarines.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,6 @@
#include "code\game\objects\items\storage\toolbox.dm"
#include "code\game\objects\items\storage\toolkit.dm"
#include "code\game\objects\items\storage\wallets.dm"
#include "code\game\objects\items\tanks\jetpack.dm"
#include "code\game\objects\items\tanks\tank_types.dm"
#include "code\game\objects\items\tanks\tanks.dm"
#include "code\game\objects\items\tools\cleaning_tools.dm"
Expand Down
1 change: 0 additions & 1 deletion maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -25377,7 +25377,6 @@
/turf/open/floor/prison/sterile_white/southwest,
/area/fiorina/station/medbay)
"tpE" = (
/obj/item/tank/jetpack/carbondioxide,
/obj/structure/surface/rack,
/turf/open/floor/prison/floor_plate,
/area/fiorina/tumor/servers)
Expand Down

0 comments on commit dc112c2

Please sign in to comment.