mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Upgraded Borg Snack Dispenser (#19557)
* FOOD!!! * maybe this is why they didn't add the ice cream * requires utility upgrades instead * whoops * ok * why was grippers here * space * different * LORE CHECK LORE CHECK LORE LORE LORE!! I LOVE VUULEKNSS * cooldown done * cooldown to default mediborg lollipop speed * uses cooldown_declare and stuff like that * space * fixes plus place on tables and the FLOOR!! * delete for now so i CAN SYNC * readd the food * gumball (non-cyborg version) added * changes done * delete this file * ya deleting files is too hard * delete all of the old lollipop shooter * emag functionality * update TODO comment * icecream * thought i removed this, but guess not * throwforce works now * wtf icondiffbot? * just triggering the checks --------- Co-authored-by: ynot01 <ynot000001@gmail.com>
This commit is contained in:
@@ -149,6 +149,9 @@ SUBSYSTEM_DEF(throwing)
|
||||
if (callback)
|
||||
callback.Invoke()
|
||||
|
||||
if(thrownthing)
|
||||
SEND_SIGNAL(thrownthing, COMSIG_MOVABLE_THROW_LANDED, src)
|
||||
|
||||
qdel(src)
|
||||
|
||||
/datum/thrownthing/proc/hit_atom(atom/A)
|
||||
|
||||
Reference in New Issue
Block a user