Forgot to commit the .dme

This commit is contained in:
cib
2012-05-14 18:00:00 +02:00
parent 41a2b60520
commit cbc88f16a0
2 changed files with 2 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ mob/living/parasite/meme/verb/Joy()
if(!use_points(200)) return
spawn
var/mob/host = target
var/mob/host = src.host
host.druggy = max(host.druggy, 5)
host.slurring = max(host.slurring, 10)