mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
@@ -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,\
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user