forked from vlggms/lobotomy-corp13
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes more <span>'s into span_defines, fixes more lists, de-hardcod…
…es a lil bit of code and removes useless defines (vlggms#1930) * spans and lists * bap * some more fixes * unknown
- Loading branch information
Showing
50 changed files
with
606 additions
and
604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
//Everything here fits in a belt | ||
GLOBAL_LIST_INIT(small_ego, list ( | ||
//EGO weapons | ||
/obj/item/gun/ego_gun/pistol, | ||
/obj/item/ego_weapon/mini, | ||
/obj/item/ego_weapon/warp/knife, | ||
/obj/item/ego_weapon/support/letter_opener, | ||
/obj/item/ego_weapon/charge/warring, | ||
/obj/item/gun/ego_gun/feather, | ||
//EGO weapons | ||
/obj/item/gun/ego_gun/pistol, | ||
/obj/item/ego_weapon/mini, | ||
/obj/item/ego_weapon/warp/knife, | ||
/obj/item/ego_weapon/support/letter_opener, | ||
/obj/item/ego_weapon/charge/warring, | ||
/obj/item/gun/ego_gun/feather, | ||
|
||
//Non-EGO weapons | ||
/obj/item/ego_weapon/city/ncorp_mark, | ||
/obj/item/ego_weapon/city/ncorp_nail, | ||
/obj/item/ego_weapon/city/ncorp_brassnail, | ||
/obj/item/ego_weapon/city/rats, | ||
/obj/item/ego_weapon/city/charge/rosespanner/minihammer, | ||
/obj/item/ego_weapon/city/seven_fencing/dagger, | ||
/obj/item/ego_weapon/city/jeong, | ||
/obj/item/ego_weapon/city/awl, | ||
/obj/item/ego_weapon/city/charge/wcorp/hatchet, | ||
/obj/item/gun/ego_gun/city/fullstop/deagle, | ||
)) | ||
//Non-EGO weapons | ||
/obj/item/ego_weapon/city/ncorp_mark, | ||
/obj/item/ego_weapon/city/ncorp_nail, | ||
/obj/item/ego_weapon/city/ncorp_brassnail, | ||
/obj/item/ego_weapon/city/rats, | ||
/obj/item/ego_weapon/city/charge/rosespanner/minihammer, | ||
/obj/item/ego_weapon/city/seven_fencing/dagger, | ||
/obj/item/ego_weapon/city/jeong, | ||
/obj/item/ego_weapon/city/awl, | ||
/obj/item/ego_weapon/city/charge/wcorp/hatchet, | ||
/obj/item/gun/ego_gun/city/fullstop/deagle, | ||
)) | ||
|
Oops, something went wrong.