mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Merge pull request #10047 from Iamgoofball/patch-82
Removes Morphine Blob
This commit is contained in:
@@ -163,20 +163,6 @@
|
||||
send_message(M)
|
||||
M.reagents.add_reagent("omnizine", 11)
|
||||
|
||||
/datum/reagent/blob/morphine
|
||||
name = "Morphine"
|
||||
id = "b_morphine"
|
||||
description = ""
|
||||
color = "#335555"
|
||||
message = "The blob squirts something at you"
|
||||
message_living = ", and you feel numb"
|
||||
|
||||
/datum/reagent/blob/morphine/reaction_mob(var/mob/living/M as mob, var/method=TOUCH, var/volume, var/show_message = 1)
|
||||
if(method == TOUCH)
|
||||
if(show_message)
|
||||
send_message(M)
|
||||
M.reagents.add_reagent("morphine", 16)
|
||||
|
||||
/datum/reagent/blob/spacedrugs
|
||||
name = "Space drugs"
|
||||
id = "b_space_drugs"
|
||||
@@ -211,4 +197,4 @@
|
||||
if(message_living && !issilicon(M))
|
||||
totalmessage += message_living
|
||||
totalmessage += "!"
|
||||
M << "<span class='userdanger'>[totalmessage]</span>"
|
||||
M << "<span class='userdanger'>[totalmessage]</span>"
|
||||
|
||||
Reference in New Issue
Block a user