mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Whoops
This commit is contained in:
@@ -14,10 +14,9 @@
|
||||
RegisterSignal(COMSIG_ON_MOB_LIFE, .proc/process_jestosterone)
|
||||
|
||||
/datum/component/jestosterone/proc/on_move(mob/user)
|
||||
playsound(user.loc, "clownstep", 25, 1) //Yes, this means that if you put jestosterone inside an alien, it will squeak. Also it stacks with shoes, THE HORROR!
|
||||
playsound(user.loc, "clownstep", 25, 1)
|
||||
|
||||
/datum/component/jestosterone/proc/mob_was_attacked(mob/user)
|
||||
to_chat(user, "was attacked")
|
||||
playsound(user.loc, 'sound/items/bikehorn.ogg', 50, 1)
|
||||
|
||||
/datum/component/jestosterone/proc/process_jestosterone(mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user