Adds craftable extended mags

This commit is contained in:
Thalpy
2019-10-15 12:37:35 +01:00
parent e71a70f406
commit acc0ff8a17
6 changed files with 68 additions and 24 deletions
@@ -323,8 +323,9 @@
rounded_vol = "empty"
if(reagents && reagents.total_volume)
if(volume/reagents.total_volume == 1)
if(round(volume,1)/reagents.total_volume == 1)
rounded_vol="full"
mode = SYRINGE_INJECT
icon_state = "[rounded_vol]"
item_state = "syringe_[rounded_vol]"