Skip to content

Commit

Permalink
null define
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 19, 2024
1 parent 9b7a28a commit 968a77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/__DEFINES/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
#define MATRIX_NVG 1
#define MATRIX_WIDE 2

#define RESEARCH_UPGRADE_NULL null
#define RESEARCH_UPGRADE_EXCLUDE_BUY -2
#define RESEARCH_UPGRADE_CATEGORY -1 //lord forgive me
#define RESEARCH_UPGRADE_TIER_1 1
Expand Down
2 changes: 1 addition & 1 deletion code/datums/research_upgrade_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
change_purchase = -100
minimum_price = 100
item_reference = /obj/item/ammo_magazine/flamer_tank/custom/upgraded
behavior = null
behavior = RESEARCH_UPGRADE_NULL
upgrade_type = ITEM_ACCESSORY_UPGRADE

/datum/research_upgrades/item/flamer_tank/smoke
Expand Down

0 comments on commit 968a77c

Please sign in to comment.