mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 06:37:07 +01:00
Merge pull request #1135 from liz-lavenza/fix/upstream-merge-fix
Fix harddel issues with 515 upgrade PR
This commit is contained in:
@@ -487,7 +487,7 @@
|
||||
user.last_lewd_datum = src
|
||||
if(user.cleartimer)
|
||||
deltimer(user.cleartimer)
|
||||
user.cleartimer = addtimer(CALLBACK(user, /mob/living/proc/clear_lewd_datum), 300, TIMER_STOPPABLE)
|
||||
user.cleartimer = addtimer(CALLBACK(user, TYPE_PROC_REF(/mob/living, clear_lewd_datum)), 300, TIMER_STOPPABLE)
|
||||
return ..()
|
||||
|
||||
/mob/living/list_interaction_attributes(mob/living/LM)
|
||||
|
||||
Reference in New Issue
Block a user