More Bugfixes (#5572)

* Fixes #5518

* Fixes #5536

* Changelogs
This commit is contained in:
Werner
2018-11-29 08:54:32 +02:00
committed by Erki
parent d26c37b5fe
commit d560deca3b
3 changed files with 39 additions and 2 deletions
-1
View File
@@ -110,7 +110,6 @@
/datum/reagent/clonexadone,\
/datum/reagent/rezadone,\
/datum/reagent/space_drugs,\
/datum/reagent/nitroglycerin,\
/datum/reagent/thermite,\
/datum/reagent/nutriment/honey,\
/datum/reagent/frostoil,\
+1 -1
View File
@@ -5,13 +5,13 @@
var/stat_name = ""
/datum/bounty/virus/New()
..()
stat_value = rand(4, 11)
if(rand(3) == 1)
stat_value *= -1
name = "Virus ([stat_name] of [stat_value])"
description = "%COMPNAME is interested in a virus with a [stat_name] stat of exactly [stat_value]. %BOSSSHORT will pay handsomely for such a virus."
reward += rand(0, 4) * 500
..()
/datum/bounty/virus/completion_string()
return shipped ? "Shipped" : "Not Shipped"