mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
Forgot to commit the .dme
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user