mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Forgot to commit the .dme
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/human"
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/metroid"
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/monkey"
|
||||
#define FILE_DIR "code/modules/mob/living/parasite"
|
||||
#define FILE_DIR "code/modules/mob/living/silicon"
|
||||
#define FILE_DIR "code/modules/mob/living/silicon/ai"
|
||||
#define FILE_DIR "code/modules/mob/living/silicon/decoy"
|
||||
|
||||
@@ -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