Skip to content

Commit

Permalink
Removes the S.W.A.T. Suit from cargo. (#3805)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Removes the cargo listing for the S.W.A.T. Suit, The item has not
removed due to concerns regarding subtyping.
## Why It's Good For The Game

This might be a little controversial, but it's what has to be done, and
the marine armor is already here to replace it. I hate the swat suit so
much, i have been getting constant requests every single fucking day to
remove it, so here it is. Good thing too, this thing is so repulsive i
can't look at it for two seconds without throwing up over my monitor.
One time i was playing a medship and one of my patients had the fucking
gall to be wearing one. I shot his ass thrice and got banned for two
months. Worth it.

## Changelog

:cl:

del: The cargo listing for the SWAT suit.
/:cl:
  • Loading branch information
Martinpachu authored Nov 27, 2024
1 parent 6b20682 commit b7e3171
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/modules/cargo/packs/spacesuit_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@
crate_type = /obj/structure/closet/crate/secure/engineering
faction = FACTION_NT

/datum/supply_pack/spacesuit_armor/swat
name = "SWAT Crate"
desc = "Contains one fullbody set of tough, fireproof, pressurized suit designed in a joint effort by IS-ERI and Nanotrasen. The set contains a suit, helmet, and combat belt."
cost = 3500
contains = list(/obj/item/clothing/head/helmet/swat/nanotrasen,
/obj/item/clothing/suit/space/swat,
/obj/item/storage/belt/military/assault)
crate_name = "swat crate"
crate_type = /obj/structure/closet/crate/secure/gear

/*
Non-spaceworthy (armor)
*/
Expand Down

0 comments on commit b7e3171

Please sign in to comment.