mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Allows samples to be taken from mucus (#8022)
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
return
|
||||
else
|
||||
log_debug("infectedroom event: [target_area] was chosen. Infecting...")
|
||||
log_admin("Infected room event started; Virus: [english_list(virus.name())]")
|
||||
log_admin("Infected room event started; Virus: [virus.name()]")
|
||||
message_admins("Infected room event started; Virus: <a href='?src=\ref[virus];[HrefToken()];info=1'>[virus.name()]</a>")
|
||||
|
||||
/datum/event/infectedroom/announce()
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/obj/item/weapon/virusdish/proc/take_sample(datum/disease2/disease/D)
|
||||
name = "virus sample"
|
||||
virus2 = D
|
||||
growth = rand(5, 50)
|
||||
Reference in New Issue
Block a user