mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
succesful -> successful (#88916)
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
var/datum/techweb_node/node = SSresearch.techweb_node_by_id(params["purchased_boost"])
|
||||
if(partner && node)
|
||||
if(partner.purchase_boost(linked_techweb, node))
|
||||
computer.say("Purchase succesful.")
|
||||
computer.say("Purchase successful.")
|
||||
playsound(computer, 'sound/machines/ping.ogg', 25)
|
||||
return TRUE
|
||||
playsound(computer, 'sound/machines/terminal/terminal_error.ogg', 25)
|
||||
|
||||
Reference in New Issue
Block a user