Skip to content

Commit

Permalink
Merge pull request Baystation12#19051 from Mloc/getslimy
Browse files Browse the repository at this point in the history
fix and buff orange slimes
  • Loading branch information
atlantiscze authored Oct 15, 2017
2 parents d884e82 + b4699b6 commit 2fd379f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions code/modules/reagents/Chemistry-Recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1066,11 +1066,9 @@
if(!(holder.my_atom && holder.my_atom.loc))
return

var/turf/location = get_turf(holder.my_atom.loc)
for(var/turf/simulated/floor/target_tile in range(0, location))
target_tile.assume_gas(/datum/reagent/toxin/phoron, 25, 1400)
spawn (0)
target_tile.hotspot_expose(700, 400)
var/turf/location = get_turf(holder.my_atom)
location.assume_gas("phoron", 250, 1400)
location.hotspot_expose(700, 400)

//Yellow
/datum/chemical_reaction/slime/overload
Expand Down

0 comments on commit 2fd379f

Please sign in to comment.