mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
fixes descending pt1
This commit is contained in:
@@ -595,7 +595,7 @@
|
||||
if(active && new_module.has_required_parts(mod_parts, need_active = TRUE))
|
||||
new_module.on_part_activation()
|
||||
new_module.part_activated = TRUE
|
||||
if(user && !silent) // Bubber Edit: Silent Arg
|
||||
if(user) // Bubber Edit: Silent Arg
|
||||
balloon_alert(user, "[new_module] added")
|
||||
playsound(src, 'sound/machines/click.ogg', 50, TRUE, SILENCED_SOUND_EXTRARANGE)
|
||||
return TRUE // Bubber Edit: Return True
|
||||
|
||||
Reference in New Issue
Block a user