mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Remove reagent ids and use typepaths where applicable (#44166)
cl Naksu code: reagent IDs have been removed in favor using reagent typepaths where applicable fix: mechas, borg hyposprays etc no longer display internal reagent ids to the player /cl
This commit is contained in:
committed by
oranges
parent
c0ac2ca6b8
commit
6a106bc877
@@ -43,9 +43,9 @@
|
||||
imp_in.set_resting(FALSE)
|
||||
imp_in.update_mobility()
|
||||
|
||||
imp_in.reagents.add_reagent("synaptizine", 10)
|
||||
imp_in.reagents.add_reagent("omnizine", 10)
|
||||
imp_in.reagents.add_reagent("stimulants", 10)
|
||||
imp_in.reagents.add_reagent(/datum/reagent/medicine/synaptizine, 10)
|
||||
imp_in.reagents.add_reagent(/datum/reagent/medicine/omnizine, 10)
|
||||
imp_in.reagents.add_reagent(/datum/reagent/medicine/stimulants, 10)
|
||||
if(!uses)
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user