Removes unused reagent_state var from reagents (#88616)

## About The Pull Request
As it says on the tin.

No where in code was this var read or used in any way, it was only
assigned a value & then forgotten so it counts as unused

## Changelog
🆑
code: removes unused var from reagent code
/🆑
This commit is contained in:
SyncIt21
2024-12-26 11:06:16 +01:00
committed by GitHub
parent 11b1f1bb0d
commit 838a931b6b
16 changed files with 3 additions and 204 deletions
@@ -534,7 +534,6 @@
/datum/reagent/flightpotion
name = "Flight Potion"
description = "Strange mutagenic compound of unknown origins."
reagent_state = LIQUID
color = "#976230"
/datum/reagent/flightpotion/expose_mob(mob/living/exposed_mob, methods=TOUCH, reac_volume, show_message = TRUE)