Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 02dc86d

Browse files
authored
Update boxes.dm (#22718)
1 parent 549d1e5 commit 02dc86d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code/game/objects/items/storage/boxes.dm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
user.changeNext_move(CLICK_CD_MELEE)
209209
playsound(loc, "rustle", 50, vary = TRUE, extrarange = -5)
210210
user.visible_message(span_notice("[user] hugs [src]."), span_notice("You hug [src]."))
211+
SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "hug", /datum/mood_event/hug)
211212

212213
//Mime survival box
213214
/obj/item/storage/box/survival/hug/black
@@ -863,6 +864,7 @@
863864
user.changeNext_move(CLICK_CD_MELEE)
864865
playsound(loc, "rustle", 50, 1, -5)
865866
user.visible_message(span_notice("[user] hugs \the [src]."),span_notice("You hug \the [src]."))
867+
SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "hug", /datum/mood_event/hug)
866868

867869
/obj/item/storage/box/hug/black
868870
icon_state = "hugbox_black"
@@ -1407,7 +1409,7 @@
14071409
var/container_type = "carton"
14081410
//String for ice cream vat
14091411
var/contents_type = "ice cream"
1410-
1412+
14111413

14121414
/obj/item/storage/box/ice_cream_carton/Initialize(mapload)
14131415
. = ..()

0 commit comments

Comments
 (0)